Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: About Annotation [modified] Pin
sribachana12-Oct-06 1:15
sribachana12-Oct-06 1:15 
GeneralRe: About Annotation Pin
Mike Ellison12-Oct-06 6:20
Mike Ellison12-Oct-06 6:20 
QuestionRequiredFieldValidation Pin
MHASSANF11-Oct-06 2:43
MHASSANF11-Oct-06 2:43 
AnswerRe: RequiredFieldValidation Pin
minhpc_bk11-Oct-06 15:17
minhpc_bk11-Oct-06 15:17 
QuestionProblem with sqlserver connections not closing Pin
macca2411-Oct-06 1:39
macca2411-Oct-06 1:39 
AnswerRe: Problem with sqlserver connections not closing Pin
l0kke11-Oct-06 4:08
l0kke11-Oct-06 4:08 
GeneralRe: Problem with sqlserver connections not closing Pin
macca2411-Oct-06 5:06
macca2411-Oct-06 5:06 
AnswerRe: Problem with sqlserver connections not closing Pin
l0kke11-Oct-06 5:03
l0kke11-Oct-06 5:03 
I see now...

you should initialize your connection object in Sub, pass it to Function as a parameter and close it in Sub after use. Or you can have your Function returning something else than SqlDataReader, DataTable for example, so you dont need to use connection in Sub and you can close it in Function.

Pilo
AnswerRe: Problem with sqlserver connections not closing Pin
Ramasubramaniam11-Oct-06 5:30
Ramasubramaniam11-Oct-06 5:30 
GeneralRe: Problem with sqlserver connections not closing Pin
macca2411-Oct-06 5:34
macca2411-Oct-06 5:34 
GeneralRe: Problem with sqlserver connections not closing Pin
macca2411-Oct-06 23:07
macca2411-Oct-06 23:07 
AnswerI might just be blind but... Pin
nlindley712-Oct-06 11:03
nlindley712-Oct-06 11:03 
Questionwebservices Pin
kavithapuranik11-Oct-06 0:55
kavithapuranik11-Oct-06 0:55 
Questionplease Pin
choorakkuttyil11-Oct-06 0:25
choorakkuttyil11-Oct-06 0:25 
AnswerRe: please Pin
_AK_11-Oct-06 0:29
_AK_11-Oct-06 0:29 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 0:35
choorakkuttyil11-Oct-06 0:35 
GeneralRe: please Pin
_AK_11-Oct-06 0:41
_AK_11-Oct-06 0:41 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 0:45
choorakkuttyil11-Oct-06 0:45 
GeneralRe: please Pin
_AK_11-Oct-06 0:52
_AK_11-Oct-06 0:52 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 0:54
choorakkuttyil11-Oct-06 0:54 
GeneralRe: please Pin
_AK_11-Oct-06 0:55
_AK_11-Oct-06 0:55 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 1:16
choorakkuttyil11-Oct-06 1:16 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 1:19
choorakkuttyil11-Oct-06 1:19 
GeneralRe: please Pin
_AK_11-Oct-06 1:25
_AK_11-Oct-06 1:25 
AnswerRe: please Pin
perlmunger12-Oct-06 4:47
perlmunger12-Oct-06 4:47 

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.