Everybody knows that you should close a connection immediately after you finish using it.
Due to a flaw in my domain object model design, I\'ve had to leave the conn
What if you page crashes before reaching the Page.Unload event? You will have a opened connection. For me it is better to always close the connection as soon as possible.