Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Retrieving checkbox value from db Pin
Brij18-Feb-10 19:10
mentorBrij18-Feb-10 19:10 
GeneralRe: Retrieving checkbox value from db Pin
test-0918-Feb-10 23:34
test-0918-Feb-10 23:34 
QuestionUsing session and events Pin
ishwarya mahadevan18-Feb-10 17:34
ishwarya mahadevan18-Feb-10 17:34 
AnswerRe: Using session and events Pin
Brij18-Feb-10 19:00
mentorBrij18-Feb-10 19:00 
Questioncatch (SmtpFailedRecipientsException ex) does not work Pin
theOzLizard18-Feb-10 14:10
theOzLizard18-Feb-10 14:10 
QuestionIndexing dynamic urls Pin
Paul McGann18-Feb-10 12:16
professionalPaul McGann18-Feb-10 12:16 
QuestionODP.Net Connection Pool Error Pin
AndyASPVB18-Feb-10 10:12
AndyASPVB18-Feb-10 10:12 
AnswerRe: ODP.Net Connection Pool Error Pin
Not Active18-Feb-10 10:37
mentorNot Active18-Feb-10 10:37 
Without seeing any of the code it's very difficult to tell you were you may have gone wrong or what is happening.

You shouldn't rely on the unload event to dispose of your connections. The data access shouldn't be bound to the presentation. You can wrap the calls in a using statement. Remember, especially with web, the connections should be opened as late as possible and closed as soon as possible.

I know the language. I've read a book. - _Madmatt

QuestionHow to save values in editable gridview? Pin
students552 university18-Feb-10 10:08
students552 university18-Feb-10 10:08 
AnswerRe: How to save values in editable gridview? Pin
Not Active18-Feb-10 10:22
mentorNot Active18-Feb-10 10:22 
Questiondynamically change the name of a login control DB Pin
arkiboys18-Feb-10 7:54
arkiboys18-Feb-10 7:54 
AnswerRe: dynamically change the name of a login control DB Pin
Abhishek Sur18-Feb-10 9:55
professionalAbhishek Sur18-Feb-10 9:55 
GeneralRe: dynamically change the name of a login control DB Pin
arkiboys18-Feb-10 11:11
arkiboys18-Feb-10 11:11 
Questionwebconfig Pin
arkiboys18-Feb-10 6:47
arkiboys18-Feb-10 6:47 
AnswerRe: webconfig Pin
Not Active18-Feb-10 6:59
mentorNot Active18-Feb-10 6:59 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 7:03
arkiboys18-Feb-10 7:03 
AnswerRe: webconfig Pin
Rutvik Dave18-Feb-10 7:23
professionalRutvik Dave18-Feb-10 7:23 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 7:32
arkiboys18-Feb-10 7:32 
GeneralRe: webconfig Pin
Rutvik Dave18-Feb-10 7:36
professionalRutvik Dave18-Feb-10 7:36 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 11:08
arkiboys18-Feb-10 11:08 
GeneralRe: webconfig Pin
The Man from U.N.C.L.E.18-Feb-10 8:30
The Man from U.N.C.L.E.18-Feb-10 8:30 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 11:09
arkiboys18-Feb-10 11:09 
GeneralRe: webconfig Pin
The Man from U.N.C.L.E.19-Feb-10 6:24
The Man from U.N.C.L.E.19-Feb-10 6:24 
GeneralRe: webconfig Pin
Not Active18-Feb-10 8:44
mentorNot Active18-Feb-10 8:44 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 19:50
arkiboys18-Feb-10 19:50 

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.