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
How can you display all validation messages in one control?
Where web.config file is used?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Can you change a master page dynamically at runtime? How?
What are the two Layouts supported by a Web form in ASP.NET?
Which method is used to enforce garbage collection in .net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is the difference between the response.write() and response.output.write() methods?
What does the .webpart file do?
What are themes and skins in 2.0, explain usage scenario?
What is the use of web.config file?
Are cookies client side or server side?
What are the main differences between asp and asp.net?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How many types of session in ASP.NET