Hi..
I want to know connected and disconnected mode in ADO.NET ?
Thanks....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 18, 2011, 12:40 PM
Connected mode would be DataReader and disconncted mode would be Dataset/DataTable. Following is a good article from c# corner:
http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/9539/
Please do not forget to mark "Accepted Answer".