Answer Posted / mahesh kotekar
DataAdapter is an object which creates a bridge between the
database and front end. It opens and closes connections
automatically. Fills the dataset with table and values from
database and update the database from dataset.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is managed extensibility framework?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can you please explain the request flow in ASP.NET MVC framework?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
How we can add the CSS in ASP.Net MVC?
How to return the JSON from action method in ASP.Net MVC?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Why to use Html.Partial in ASP.Net MVC?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Explain how you can send the result back in JSON format in MVC?
What is difference between viewbag and viewdata and tempdata?
What are scaffold templates in mvc?
why DotNetFramework is included in building a software
what is entityclient?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?