Answer Posted / lakshmi
Dataset represents the mechanism for managing data when it
is disconnected from the datasource.Dataset objects
represent disconnected and cached data. It is not in direct
connection with data store(sql server, oracle etc) rather
it talks with DataAdapter who is responsible for filling
the Dataset. Dataset can have one or more Datatable and
relations.
| Is This Answer Correct ? | 15 Yes | 11 No |
Post New Answer View All Answers
What is the Difference between MVC And MVP design pattrens
Where is asp.net session stored?
How can we make sure that Web API returns JSON data only?
How does viewstate work?
Can we add code files of different languages in app_code folder?
Which protocol is used to call a web service?
What are the components of ado.net?
Explain the main function of razor in asp.net? : asp.net mvc
What is loop in asp.net?
What are triggers of an updatepanel?
Explain the difference between the web config and machine config.
What are directives in asp.net? List down all the important directives.
How does a content page differ from a master page?
Explain the main differences between asp and asp.net?
What are the different method of navigation in asp.net?