Click here to Skip to main content
15,888,271 members
Home / Discussions / C#
   

C#

 
QuestionHow to get DataGridView Checkbox Checked or not ! [modified] Pin
Sr...Frank6-Apr-10 1:16
Sr...Frank6-Apr-10 1:16 
AnswerRe: How to get DataGridView Checkbox Checked or not ! Pin
Eddy Vluggen6-Apr-10 3:41
professionalEddy Vluggen6-Apr-10 3:41 
GeneralRe: How to get DataGridView Checkbox Checked or not ! Pin
Sr...Frank6-Apr-10 4:22
Sr...Frank6-Apr-10 4:22 
GeneralRe: How to get DataGridView Checkbox Checked or not ! Pin
Eddy Vluggen6-Apr-10 4:59
professionalEddy Vluggen6-Apr-10 4:59 
AnswerRe: How to get DataGridView Checkbox Checked or not ! Pin
carlecomm7-Apr-10 2:37
carlecomm7-Apr-10 2:37 
GeneralRe: How to get DataGridView Checkbox Checked or not ! Pin
Ashrafuddin7-Jun-11 19:15
Ashrafuddin7-Jun-11 19:15 
Questionkeeping sql connection open Pin
teknolog1236-Apr-10 0:31
teknolog1236-Apr-10 0:31 
AnswerRe: keeping sql connection open Pin
Pete O'Hanlon6-Apr-10 1:10
mvePete O'Hanlon6-Apr-10 1:10 
It really depends. Do you plan to have only one user connect to the database? Bear in mind that a database connection is a finite resource, and that it has implications on server maintenance, so you need to review the architecture of your whole system.

In general, it's better to release the connection and reacquire it later on from a connection pool (if the database and driver supports pooling) because this is less of a hit than creating the connection anew each time.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: keeping sql connection open Pin
teknolog1236-Apr-10 1:56
teknolog1236-Apr-10 1:56 
GeneralRe: keeping sql connection open Pin
Not Active6-Apr-10 2:31
mentorNot Active6-Apr-10 2:31 
GeneralRe: keeping sql connection open Pin
Pete O'Hanlon6-Apr-10 3:22
mvePete O'Hanlon6-Apr-10 3:22 
AnswerRe: keeping sql connection open Pin
PIEBALDconsult6-Apr-10 4:35
mvePIEBALDconsult6-Apr-10 4:35 
QuestionSending Large Files in C# using TCP Client/Server [modified] Pin
EvanSaunders5-Apr-10 23:43
EvanSaunders5-Apr-10 23:43 
AnswerRe: Sending Large Files in C# using TCP Client/Server Pin
Garth J Lancaster6-Apr-10 0:43
professionalGarth J Lancaster6-Apr-10 0:43 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
EvanSaunders6-Apr-10 1:26
EvanSaunders6-Apr-10 1:26 
AnswerRe: Sending Large Files in C# using TCP Client/Server Pin
Garth J Lancaster6-Apr-10 0:55
professionalGarth J Lancaster6-Apr-10 0:55 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
EvanSaunders6-Apr-10 1:43
EvanSaunders6-Apr-10 1:43 
AnswerRe: Sending Large Files in C# using TCP Client/Server Pin
Rod Kemp6-Apr-10 1:41
Rod Kemp6-Apr-10 1:41 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
EvanSaunders6-Apr-10 1:56
EvanSaunders6-Apr-10 1:56 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
Rod Kemp6-Apr-10 2:14
Rod Kemp6-Apr-10 2:14 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
EvanSaunders6-Apr-10 2:20
EvanSaunders6-Apr-10 2:20 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
Rod Kemp6-Apr-10 2:27
Rod Kemp6-Apr-10 2:27 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
EvanSaunders6-Apr-10 2:34
EvanSaunders6-Apr-10 2:34 
GeneralRe: Sending Large Files in C# using TCP Client/Server [modified] Pin
Rod Kemp6-Apr-10 2:48
Rod Kemp6-Apr-10 2:48 
GeneralRe: Sending Large Files in C# using TCP Client/Server Pin
EvanSaunders6-Apr-10 3:03
EvanSaunders6-Apr-10 3:03 

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.