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 the difference between webfarm and webgardens in .net?
What is a windows service?
Can a .net web application consume java web service?
How do we sort the data from a dataset?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is Web Server Control Templates.?
How you can manage the state of application at the server side in ASP.NET?
Which methods validate all the controls on a page?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
How can we implement a identity (sql server) call in an asp.net page?
Explain how asp.net different from asp?
What is data control in asp.net?
Is there any limit for query string? Means what is the maximum size?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Apart from IDE what are the enhancements in asp.net 2.0?