Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: StringBuilder new lines Pin
eggie518-Aug-04 20:25
eggie518-Aug-04 20:25 
GeneralSNMP Get Pin
budha_man_9918-Aug-04 14:28
budha_man_9918-Aug-04 14:28 
GeneralRe: SNMP Get Pin
progload18-Aug-04 14:38
progload18-Aug-04 14:38 
GeneralHTTP URL question Pin
eggie518-Aug-04 14:03
eggie518-Aug-04 14:03 
GeneralRe: HTTP URL question Pin
Angel Reyes18-Aug-04 14:13
Angel Reyes18-Aug-04 14:13 
GeneralRe: HTTP URL question Pin
eggie518-Aug-04 14:26
eggie518-Aug-04 14:26 
GeneralRe: HTTP URL question Pin
Dave Kreskowiak19-Aug-04 5:46
mveDave Kreskowiak19-Aug-04 5:46 
GeneralRe: HTTP URL question Pin
Angel Reyes19-Aug-04 19:03
Angel Reyes19-Aug-04 19:03 
What connection? Database Connection? Connection to the Web Server?

If Web Server connection, you really can't (as far as I know anyway)...HTTP is stateless, the server pretty much serves up your page and forgets that you exist. That's why we have to maintain session state through things like the query string, hidden form field, session variables, etc...

If Database Connection, it's highly recommended that you don't keep the connection open any longer than is necessary.

I hope I've answered your question, but if not email me back with a clearer description and I'll make a best effort to help you out.
GeneralRe: HTTP URL question Pin
eggie519-Aug-04 11:36
eggie519-Aug-04 11:36 
GeneralRe: HTTP URL question Pin
Angel Reyes19-Aug-04 18:56
Angel Reyes19-Aug-04 18:56 
GeneralDROP a database with users connected Pin
Christian Graus18-Aug-04 13:55
protectorChristian Graus18-Aug-04 13:55 
GeneralRe: DROP a database with users connected Pin
Nick Parker19-Aug-04 5:52
protectorNick Parker19-Aug-04 5:52 
GeneralRe: DROP a database with users connected Pin
Christian Graus19-Aug-04 11:52
protectorChristian Graus19-Aug-04 11:52 
GeneralRe: DROP a database with users connected Pin
Nick Parker19-Aug-04 12:41
protectorNick Parker19-Aug-04 12:41 
GeneralRe: DROP a database with users connected Pin
Christian Graus19-Aug-04 12:52
protectorChristian Graus19-Aug-04 12:52 
GeneralVisual Inheritance Problem Pin
jawwadalam18-Aug-04 11:10
jawwadalam18-Aug-04 11:10 
GeneralHierarchical DataGrid Pin
dekhle18-Aug-04 9:55
dekhle18-Aug-04 9:55 
GeneralRe: Hierarchical DataGrid Pin
Nick Parker18-Aug-04 11:00
protectorNick Parker18-Aug-04 11:00 
GeneralAutomation add-in inherited functions: van Drimmelen Pin
cestetson18-Aug-04 9:36
cestetson18-Aug-04 9:36 
GeneralRe: Automation add-in inherited functions: van Drimmelen Pin
Nick Parker18-Aug-04 10:29
protectorNick Parker18-Aug-04 10:29 
GeneralRe: Automation add-in inherited functions: van Drimmelen Pin
cestetson18-Aug-04 13:14
cestetson18-Aug-04 13:14 
GeneralUsing one dataSet for many forms. Pin
CIBIS18-Aug-04 8:49
CIBIS18-Aug-04 8:49 
GeneralRe: Using one dataSet for many forms. Pin
sreejith ss nair18-Aug-04 17:12
sreejith ss nair18-Aug-04 17:12 
GeneralDrag and drop problem.... Pin
LongRange.Shooter18-Aug-04 7:23
LongRange.Shooter18-Aug-04 7:23 
GeneralRe: Drag and drop problem.... Pin
LongRange.Shooter20-Aug-04 3:17
LongRange.Shooter20-Aug-04 3:17 

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.