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
What is the asp.net control toolkit?
Is it possible to change the index of primary key on table?
COM+ Used ________________ Isolation Level
How can I open ashx file in mobile?
Explain weak typing and strong typing.
Who can consume WebAPI?
To redirect the user to another page which method do we use without performing a round trip to the client?
How does the service stream content?
What is sql data source control in asp.net?
What is the difference between the get method () and post method ()?
What are the session management techniques asp net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Explain method to handle error using HttpError in Web API?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are the navigation ways between pages available in ASP.NET?