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 localization and globalization?
What are query strings used for?
Explain asp.net web forms.
What is difference between session and viewstate?
Explain different authentication modes in asp.net?
what is command line compiler.what are the steps and how it is related to debugging.
What are the elements of a website?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is a query string in a url?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is the difference between “Web.config” and “Machine.Config”?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Define xmlreader class.
What is the file through which you can customize your asp.net application?