Is it acceptable to keep a db connection open for the life of the page?
Everybody knows that you should close a connection immediately after you finish using it.
Everybody knows that you should close a connection immediately after you finish using it.
Could I get some confirmations from the community that I’m not going mad, and that the life cycle of a page during post back is in deed in a different order to when the page is initally requested.