A newbie's dilemma
If opening a connection is resource intensive, and with ASP.Net we have to explicitly close a connection, when is it best to open and close?
Of course, if you have just one procedure that retrieves data for display, then this is a non-issue, as you would open, retrieve and...