Click here to Skip to main content
15,920,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regarding Textbox Focus Pin
rahul.net1114-Feb-08 0:36
rahul.net1114-Feb-08 0:36 
GeneralRe: Regarding Textbox Focus Pin
Sun Rays14-Feb-08 0:41
Sun Rays14-Feb-08 0:41 
GeneralRe: Regarding Textbox Focus Pin
Venkatesh Mookkan14-Feb-08 0:46
Venkatesh Mookkan14-Feb-08 0:46 
GeneralRe: Regarding Textbox Focus Pin
Shaik Haneef14-Feb-08 1:20
Shaik Haneef14-Feb-08 1:20 
Generalplz help... connection problem to sql server 2000 Pin
haseeb_saeed13-Feb-08 23:59
haseeb_saeed13-Feb-08 23:59 
GeneralRe: plz help... connection problem to sql server 2000 Pin
Paddy Boyd14-Feb-08 0:23
Paddy Boyd14-Feb-08 0:23 
GeneralRe: plz help... connection problem to sql server 2000 Pin
haseeb_saeed14-Feb-08 3:13
haseeb_saeed14-Feb-08 3:13 
GeneralRe: plz help... connection problem to sql server 2000 Pin
Shaik Haneef14-Feb-08 1:35
Shaik Haneef14-Feb-08 1:35 
SqlConnection Connection= new SqlConnection(System.Configuration.ConfigurationManager.AppSettings["yourconnection"].ToString());
Connection.open();


you forgot to add this line, even though u declare connection string in web.config u need to call the connection form web.config System.Configuration.ConfigurationManager.AppSettings["yourconnection"].ToString() by using this line;

yourconnection replace with your connection string name

Regards,
Shaik Haneef

for more doubts conttact :

sk.haneef@gmail.com

This is haneef.............................................................

Generalset up Pin
248912813-Feb-08 23:39
248912813-Feb-08 23:39 
Generalweb charts in .net Pin
Member 387988113-Feb-08 23:05
Member 387988113-Feb-08 23:05 
QuestionMoving Listitems of a Listbox with mouse in asp.net Pin
Member 469089613-Feb-08 22:28
Member 469089613-Feb-08 22:28 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Christian Graus13-Feb-08 22:34
protectorChristian Graus13-Feb-08 22:34 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Member 469089613-Feb-08 23:44
Member 469089613-Feb-08 23:44 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Sandeep Akhare14-Feb-08 0:13
Sandeep Akhare14-Feb-08 0:13 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Member 469089614-Feb-08 0:33
Member 469089614-Feb-08 0:33 
Questionexport pdf document in asp.net Pin
prasanna54813-Feb-08 22:19
prasanna54813-Feb-08 22:19 
GeneralRe: export pdf document in asp.net Pin
Christian Graus13-Feb-08 22:39
protectorChristian Graus13-Feb-08 22:39 
GeneralRe: export pdf document in asp.net Pin
Vasudevan Deepak Kumar14-Feb-08 0:04
Vasudevan Deepak Kumar14-Feb-08 0:04 
GeneralAutomation server cannot create object ERROR Pin
Sutheesh13-Feb-08 22:19
Sutheesh13-Feb-08 22:19 
GeneralRe: Automation server cannot create object ERROR Pin
Venkatesh Mookkan13-Feb-08 23:31
Venkatesh Mookkan13-Feb-08 23:31 
GeneralRe: Automation server cannot create object ERROR Pin
Sun Rays13-Feb-08 23:46
Sun Rays13-Feb-08 23:46 
GeneralRe: Automation server cannot create object ERROR Pin
Sutheesh14-Feb-08 2:04
Sutheesh14-Feb-08 2:04 
QuestionChecking for a javaScript change on asp:RadioButtonList Pin
Brendan Vogt13-Feb-08 22:15
Brendan Vogt13-Feb-08 22:15 
GeneralRe: Checking for a javaScript change on asp:RadioButtonList Pin
Sandeep Akhare14-Feb-08 0:07
Sandeep Akhare14-Feb-08 0:07 
GeneralRe: Checking for a javaScript change on asp:RadioButtonList Pin
Sun Rays14-Feb-08 0:35
Sun Rays14-Feb-08 0:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.