Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: GDI+ questions Pin
Jens Olsson7-Mar-06 10:46
Jens Olsson7-Mar-06 10:46 
Questionhow to bind the data in datagrid using storedprocedure Pin
eswarattaluri5-Mar-06 21:56
eswarattaluri5-Mar-06 21:56 
AnswerRe: how to bind the data in datagrid using storedprocedure Pin
rccnh6-Mar-06 8:26
rccnh6-Mar-06 8:26 
QuestionHow to show Values in CrystalReportViewer ??? Pin
Abubakarsb5-Mar-06 21:39
Abubakarsb5-Mar-06 21:39 
AnswerRe: How to show Values in CrystalReportViewer ??? Pin
albCode5-Mar-06 21:46
albCode5-Mar-06 21:46 
GeneralRe: How to show Values in CrystalReportViewer ??? Pin
Abubakarsb6-Mar-06 0:18
Abubakarsb6-Mar-06 0:18 
QuestionSQLDataReader Problem Pin
Brendan Vogt5-Mar-06 21:22
Brendan Vogt5-Mar-06 21:22 
AnswerRe: SQLDataReader Problem Pin
Guffa5-Mar-06 21:58
Guffa5-Mar-06 21:58 
The connection has to be open as long as you use the data reader.

You can specify CommandBehavior.CloseConnection when you create the reader to make the reader close the connection when the reader is closed, otherwise you have to close it explicitly.

Personaly I prefer to explicitly close the connection.


---
b { font-weight: normal; }

QuestionRe: SQLDataReader Problem Pin
Brendan Vogt5-Mar-06 22:17
Brendan Vogt5-Mar-06 22:17 
AnswerRe: SQLDataReader Problem Pin
Guffa5-Mar-06 22:27
Guffa5-Mar-06 22:27 
QuestionRe: SQLDataReader Problem Pin
Brendan Vogt5-Mar-06 22:48
Brendan Vogt5-Mar-06 22:48 
AnswerRe: SQLDataReader Problem Pin
Guffa5-Mar-06 23:48
Guffa5-Mar-06 23:48 
Questioncreate new column Pin
angelagke5-Mar-06 21:18
angelagke5-Mar-06 21:18 
AnswerRe: create new column Pin
albCode5-Mar-06 21:22
albCode5-Mar-06 21:22 
GeneralRe: create new column Pin
angelagke5-Mar-06 22:40
angelagke5-Mar-06 22:40 
AnswerRe: create new column Pin
rah_sin6-Mar-06 1:05
professionalrah_sin6-Mar-06 1:05 
AnswerRe: create new column Pin
albCode6-Mar-06 2:54
albCode6-Mar-06 2:54 
GeneralRe: create new column Pin
angelagke6-Mar-06 15:56
angelagke6-Mar-06 15:56 
QuestionVisual style Pin
snjezana5-Mar-06 21:05
snjezana5-Mar-06 21:05 
AnswerRe: Visual style Pin
AB77715-Mar-06 21:44
AB77715-Mar-06 21:44 
QuestionHelp me (directx) ! Pin
hackerhcm5-Mar-06 18:21
hackerhcm5-Mar-06 18:21 
AnswerRe: Help me (directx) ! Pin
hackerhcm5-Mar-06 23:39
hackerhcm5-Mar-06 23:39 
Questionheight and width from a image file Pin
deepak15-Mar-06 17:03
deepak15-Mar-06 17:03 
AnswerRe: height and width from a image file Pin
Super Lloyd5-Mar-06 18:31
Super Lloyd5-Mar-06 18:31 
AnswerRe: height and width from a image file Pin
Super Lloyd5-Mar-06 18:32
Super Lloyd5-Mar-06 18: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.