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