Click here to Skip to main content
15,902,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with Autopostback Pin
Vikram kshatriya28-Dec-06 18:37
Vikram kshatriya28-Dec-06 18:37 
QuestionRDL and AJAX... Pin
raphadesa27-Dec-06 8:57
raphadesa27-Dec-06 8:57 
QuestionModules in ASP.NET pages Pin
Quecumber25627-Dec-06 5:20
Quecumber25627-Dec-06 5:20 
AnswerRe: Modules in ASP.NET pages Pin
Venkatesh Mookkan27-Dec-06 15:43
Venkatesh Mookkan27-Dec-06 15:43 
AnswerRe: Modules in ASP.NET pages Pin
ednrgc28-Dec-06 8:54
ednrgc28-Dec-06 8:54 
AnswerRe: Modules in ASP.NET pages Pin
Vikram kshatriya28-Dec-06 18:44
Vikram kshatriya28-Dec-06 18:44 
QuestionAlready open Error Pin
Sarguna Reddiar27-Dec-06 2:16
Sarguna Reddiar27-Dec-06 2:16 
AnswerRe: Already open Error Pin
Arindam Tewary27-Dec-06 4:01
professionalArindam Tewary27-Dec-06 4:01 
You forgot to close the connection that has been opend already.
Whenever to use reader object it must be closed using connection object's close() method.
So what you need to do ... add the line " con.close() " and execute it.

Hope you can solve it now.

Arindam
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:40
Sarguna Reddiar27-Dec-06 18:40 
AnswerRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 15:38
Venkatesh Mookkan27-Dec-06 15:38 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:41
Sarguna Reddiar27-Dec-06 18:41 
GeneralRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 19:23
Venkatesh Mookkan27-Dec-06 19:23 
GeneralRe: Already open Error Pin
Sarguna Reddiar28-Dec-06 2:46
Sarguna Reddiar28-Dec-06 2:46 
AnswerRe: Already open Error [modified] Pin
Venkatesh Mookkan28-Dec-06 15:58
Venkatesh Mookkan28-Dec-06 15:58 
AnswerAlready open Error Pin
indian14327-Dec-06 20:01
indian14327-Dec-06 20:01 
QuestionCan I delete all the elements at once from a .net server drop down list Pin
indian14327-Dec-06 1:48
indian14327-Dec-06 1:48 
AnswerRe: Can I delete all the elements at once from a .net server drop down list Pin
Venkatesh Mookkan27-Dec-06 15:33
Venkatesh Mookkan27-Dec-06 15:33 
GeneralRe: Can I delete all the elements at once from a .net server drop down list Pin
indian14327-Dec-06 20:48
indian14327-Dec-06 20:48 
GeneralRe: Can I delete all the elements at once from a .net server drop down list Pin
Venkatesh Mookkan27-Dec-06 20:51
Venkatesh Mookkan27-Dec-06 20:51 
Questionpost data programatically Pin
subai27-Dec-06 1:14
subai27-Dec-06 1:14 
AnswerRe: post data programatically Pin
subai27-Dec-06 2:04
subai27-Dec-06 2:04 
QuestionRegularExpression validator....... Pin
Nagraj Naik27-Dec-06 1:01
Nagraj Naik27-Dec-06 1:01 
AnswerRe: RegularExpression validator....... Pin
Manuel F. Hernandez27-Dec-06 11:53
Manuel F. Hernandez27-Dec-06 11:53 
QuestionPassword 4 a word document Pin
BINOVAR27-Dec-06 1:00
BINOVAR27-Dec-06 1:00 
QuestionIs there a way to verify the caching ... Pin
Arindam Tewary27-Dec-06 0:32
professionalArindam Tewary27-Dec-06 0:32 

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.