13,153 Topics

Member Avatar for
Member Avatar for satiss7pwr

I have one web application in which I am calling one window application. When I call that win app, it runs in background means it shows only in task manager but does not show any window of that application. I have searched for this on MSDN support and do as …

Member Avatar for kvprajapati
0
236
Member Avatar for smandeh

A user is sending me a data value in a web browser -see below for example. I would like to get this value and use it downstream. I try using [COLOR="Red"]string val = Request.QueryString[X_ACCOUNTID][/COLOR] but it did not work. Any idea on how I can retrieve the value in my …

Member Avatar for smandeh
0
106
Member Avatar for ErinOnDaniWeb

We have TFS 2008 which is uses WSS 2.0. I have tried to deploy a webpart, but the Sharepoint Configuration Analyzer supplies a "could not locate" error. I created a bin folder and put the assembly's dll in the default web site. This new bin sits next to the web.config …

0
81
Member Avatar for gdp_87

Hi i have a simple custom member ship provider: Can anyone help me with a simple if statement or switch case where i can route administrators to one page and users to another? I am currently using the asp.net login controls and dont see how i can specify two different …

Member Avatar for gdp_87
0
96
Member Avatar for ejaz53

i want to use to text box for load report between two selectd date, i am new in .rdlc reporting so please help me , if possible please writ full code , i am using three table in a single report

Member Avatar for kvprajapati
0
29
Member Avatar for chandruswami

In ASP.Net, when i entered the url in address bar,.. it redirects to the main page without going to login page,.. It should go to the login page,.. then by after getting the login information only it redirects to main page,.. can anyone help me?

Member Avatar for dnanetwork
0
69
Member Avatar for laghaterohan

Hello, I have a gridview in my project (asp.net , C# ) . I want to apply the Jquery to this gridview thereby adding various functionalities to the gridview in a easy way. I found out that in javascript i need to add a plugin ( which i d/w thru …

Member Avatar for kvprajapati
0
88
Member Avatar for krunalkakadia

hello you all, thanks you all for solving my problems and helping and guiding me. i have news titles with hyperlink in one page when i click on one of the news title then it will navigate to other page and will display news title and content there. now i …

Member Avatar for kvprajapati
0
106
Member Avatar for aminit

HelllOOOoo all dear friends: I was wondering how can I put my fan or my friends list into my webpage , I've a webpage built in Asp.net and I want my friends list of my facebook appear in my website , so anybody can help me ? Thanks in advance

Member Avatar for dnanetwork
0
81
Member Avatar for kseling

can anyone tell me why this is getting a runtime error? [code=html] <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.Odbc" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Register TagPrefix="uc1" TagName="links1" Src="/includes/_header.ascx" %> <%@ Register TagPrefix="uc2" TagName="links2" Src="/includes/_nav.ascx" %> <%@ Register TagPrefix="uc3" TagName="links3" …

Member Avatar for kseling
0
174
Member Avatar for zilonox

First, let me start off by saying I am using ASP.NET 2.0 with VB as the default language using Visual Studio 2005. I have a form that has an asp:panel on it that is seeded with an iniitial control. Through the use of the form, additional controls may be dynamically …

Member Avatar for zilonox
0
451
Member Avatar for bassant-kh
Member Avatar for hassal

Hello, Using visual studio 2008 environment, i would like to change a classic windows application design, so i'm wondering if there is an idea a bout this. i've find some skins like irriskins ([url]www.sunisoft.com[/url]), but i'ts not what i'm looking for. is anyone have any idea, any help will be …

Member Avatar for kvprajapati
0
256
Member Avatar for Hammond

I'm having troubles getting a userlogin validation up and running. The login itself works fine, but i need some form of errorhandling on logging in with wrong credentials. My code so far looks like this: [CODE]<%@ Master Language="C#" MasterPageFile="/masterpages/PageWithoutLeftmenu.master" AutoEventWireup="true" %> <%@ Import Namespace="System.ComponentModel" %> <script runat="server"> void OnLoginError(object sender, …

Member Avatar for Hammond
0
295
Member Avatar for krunalkakadia

hi guys, this is kk here. i want to bind gridview/database data in accrodin panel so which is the way for the same??i have my news categories food,music and business.when i click on news then the titles from the db/gv comes under respected categories and if i click on any …

Member Avatar for rohand
0
95
Member Avatar for maria_mj

I have problem when saving data from gridview into SQL database. When i save the data, only certain data was saved. I want to save all the data. Data that was not saved is from the column where i display a drop down list while editing from the gridview. Another …

Member Avatar for rohand
0
127
Member Avatar for jellybeannn

I've got a DataSet that shows a table through Gridview, and the same DataSet also creates a graph. But my problem is that e.g. Date format is different for both, so I was wondering can you change format in a GridView populated by a DataSet? For the graph date has …

Member Avatar for rohand
0
105
Member Avatar for dougancil

I have almost finished a site that I've been working on but have one last thing that I don't know where to add. I have a bulk insert sql query that I want to insert into the .vb code behind and have no idea where to put it. Basically, the …

Member Avatar for rohand
0
139
Member Avatar for galam2009
Member Avatar for AlanWarren

Hello Having, on a local development machine, successfully configured DCOMCNFG to allow an ASP.NET application to launch a Microsoft Word document using COM Interop, I am now experiencing problems with the configuration on a network test server. The problem is that when clicking the “Launch Word Document” button from within …

0
50
Member Avatar for miweiser

OH How many ways can I Google this? Do I need to add some, any, or all of AjaxControlToolkit.dll each time create new .aspx site? I have seen the hundreds of pages regurgitating the steps to add AJAX to toolbox, but nothing about keeping it there for use on subsequent …

0
85
Member Avatar for ans2007kumar

Thank you, everyone who helped in solving my queries as a result today after 2 1/2 month my major project is complete. :icon_smile:

Member Avatar for dnanetwork
0
49
Member Avatar for jellybeannn

[code] protected void currency_txt_TextChanged(object sender, EventArgs e) { amountSymbol.Text = currency_txt.Text; } [/code] I'm trying to change a label according to a TextBox, without a button that has to be pressed?

Member Avatar for jellybeannn
0
109
Member Avatar for midhula

i have created a website application in asp.net using c# for our company's typical department.we dont have a server here.so it need to be deployed into a single computer.how shud i do it so that it can be used as a software in a click away...

Member Avatar for dnanetwork
0
545
Member Avatar for Nitin Daphale

//My project is in C#.NET 2.0 I have multiple forms in my mdi container window . [COLOR="Red"]When I tried to close mdi form , form closing event of a child form (which has current focus/active child ) occurs before the form closing event of mdi form.[/COLOR] Can anybody help me …

Member Avatar for Nitin Daphale
0
203
Member Avatar for jamshed ahmed

I HAVE 3 TEXTBOXES (txt1,txt2,txt3) WITH TWO BUTTONS ONE IS HTML BUTTON NAMED AS btnCalculate AND OTHER IS SERVER SIDE BUTTON NAMED AS btnAdd WHAT PROBLEM BOOTHER ME IS THAT VALUES COMES FROM DATA BASE FOR txt1 AND txt2 WHEN I PRESS btnCalculate JAVASCRIPT CODES ARE EXECUTED TO MAKE ADDITION …

Member Avatar for chiragsathit
0
133
Member Avatar for kellyburby1
Member Avatar for shine_jose

I wish to use a function in .js file in .net using java script which have two parameters ie one getting row value and other getting column value and function should return the table is it possible I am new to java script please help me.

Member Avatar for kvprajapati
0
67
Member Avatar for PreetKamal

hey i also use the same code to highlight the text but its not working.... Binding data and highlighting function is not happening together,.... Is dere some way to sort both...

Member Avatar for kvprajapati
0
57
Member Avatar for Ana_Developer

Hi everyone, I have been using System.Diagnostics.Process.Start("fileName.pdf"); command in order to print my pdf docs in my web app. The thing is, it works perfect on my localhost, but once I upload the code on the server, the files no longer are opened. The path to the file in the …

Member Avatar for kvprajapati
0
59

The End.