Answer Posted / vikas dubey
Dataset is memory based relational representation of data
provides a consistence relational programing model
regardless of the datasource. It can be used with multiple
differing datasources with XML data or to manage data local
to the application. The dataset represent a complete set of
data including related tables,constraint and relationship
amoung the table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you handle server controls?
What do you mean by serialize?
What are the steps involved to fill a dataset?
Which protocol is used in a web api?
Is viewstate enabled by default?
What is query string in asp.net?
How can I create master page in asp net?
Explain how does asp page work?
List the events in page life cycle.
What are session state modes?
How many types of file extensions for razor views in ASP.Net MVC?
Explain server-side scripting and client-side scripting.
Explain about solution explorer window?
Elaborate differentiation between ViewState and SessionState?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?