Answer Posted / badharudeen.n
We all have been using DataSet object to in one way or the
other.
The most common use of the DataSet object is to populate
web server controls. These controls usually include
template server controls like Datagrid, DataList and
Repeater. ASP.NET 2.0 comes with several new features for
the DataSet, DataTable classes. In this article we will go
over some of the new features of the DataSet and DataTables
and how these features will benefit the developer to build
more robust applications.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is web api vs wcf?
Explain the difference between singleton and single call?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How does u call and execute a sp in .net?
How can I open ashx file in mobile?
Can you explain architecture of your project ?
What is use of <% %> in asp.net?
How do http sessions work?
Explain the difference between panel and groupbox classes using .net?
Explain the difference between server control and html control.
What are the advantages of asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Is asp.net free?
What is viewstate? What does the “enableviewstate” property do?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?