sunshine_mel
New Member
This is probably a silly question. Let's say I have 20 event handlers that will go off after the postback. I want to open a connection to the database right before the events start, and then close it right after they end. Where would I put my open and close statements in my webform?