what is the deference between dataset and data adapter?
Answer Posted / chakri
Data Adaptor is used for manipulations in database like
select,update and delete and fills the data into dataset
the data accessed by dataadapter is filled in dataset
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you explain page lifecycle in net?
Which is the parent class of the ASP.NET server control?
How do we access view state value of this page in the next page?
What is manifest in .net framework?
What are the authentication types in asp.net?
Explain how do you deploy your asp.net application?
How many types of validation are there?
How to use multiple scriptmanager controls in a web page?
How do I use a proxy server when invoking a web service?
Explain the difference between webfarm and webgardens in .net?
Which is faster viewdata or viewbag?
Explain difference between dataset and datareader?
Which type of state management is provided by Query String in ASP.NET?
What is odata in web api?
What is asp.net caching?