How do you close sql Connection in ADO.net?
Deeksha Pandit
Using "using" block
I use Using block while opening connection. it automatically disposes sql connection. I do not need to call Close() explicitly