what is the deference between dataset and data adapter?
Answer Posted / satya kumar
dataset is defind copy of the from the it is not directly
connected to the database it connetsd by dataadpter. so
dataadpter is defind the connectin between database and
dataset
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why is global asax is used?
Can you dynamically assign a Master Page?
If we remove web.config or machine.config from the application then, is this application will works?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Is data edited in the Repeater control?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the file extensions for razor views?
What are the asp.net server side objects?
In Code-Behind class which kind of code (server or client) is found ?
Explain cookies with example.
What is the difference between visual basic and asp.net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Why session management is required?
Differentiate between structure and class.
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?