Answer Posted / manish singh
DataAdapters is important object of Ado.net. it is used to
transfer data to and from database.
DataAdapter is used to Interact with dataset.
DataAdapter has two method fill() and update().
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of asp.net?
What is enableviewstate in asp net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What are server-side comments in ASP.NET?
What are the features of asp net?
What is the flow of processing of the request? : asp.net mvc
How do you implement sql caching in asp.net?
What is the purpose of url encoding?
Is it possible to change the index of primary key on table?
Why should i prefer JSP over asp.net or any other web development language..??
What is the difference between login controls and forms authentication?
How do I upload a file from my ASP.NET page?
How does viewstate work?
Which authentication uses a combination of windows and iis authentication?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?