what is the deference between dataset and data adapter?
Answer Posted / sachin gupta
Dataset id used to fetch the data from database in the form row and columns (tables).
Data Adapter is just like meduim or channel through which data is coming from database to dataset
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is razor? : asp.net mvc
What is an asp.net web form?
Why does my asp.net file have multiple tag with runat=server?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the different types of directives in .net?
What is the difference between pathparam and queryparam?
What are the advantages of passport authentication?
What are validator? Name the validation controls in asp.net?
What is a Cookie? Where is it used in ASP.NET?
Why viewstate is used in asp.net?
Define xmlreader class.
How to disable validator control by client side JavaScript?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is difference between session and cookie?
How do we ensure view state has not tampered?