Answer Posted / kundal singh
DataSet is used to store tabular data at run time.
These tabular data can be stored in memory objects
like datatable, dataset and dataview objects.
DataSet used with
- XML Data Manipulation
as well as
- Database Data Manipulation
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate between file-based dependency and key-based dependency.
Define viewstate in .net?
How can we apply themes to an asp.net application?
What is different authentication mechanisms used in ASP.NET?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is is post back property in asp net?
Explain the role of global.asax?
What is request and response in asp.net?
Can you explain architecture of your project ?
Where would you use an ihttpmodule, and what are the limitations if any?
If we remove web.config or machine.config from the application then, is this application will works?
Where do we store our connection string in asp.net application?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is Pre-Render event in ASP.NET?
What are the different authentication modes in asp.net?