How does dataset acts in a disconnected fashion ?
Answer Posted / guser9999
Whenever we retrive data we get it retrived through
Dataadapter(bridge betn database and dataset).Then
connection can be closed.and that Dataadapter fills data in
dataset object by .Fill method. So now we have data for
handling in dataset object(which holds data in memory untill
is cleared). Thus it is disconnected architecture.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain Life cycle of ASP.NET page when a request is made.
What is state management react?
Where can I get information on cookies in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
What is different authentication mechanisms used in ASP.NET?
Define repository pattern in asp.net mvc? : asp.net mvc
What do you mean by caching in asp.net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Which of the following .NET framework supports Web API?
What kind of data we can store in viewstate?
What are url fragments?
What is clickid?
What is the current version of asp.net?
What is content page in asp net?
What are server objects?