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
How do you secure your connection string information?
A Web Service Can Only Be Written In .net. Is it True??
Explain what are webservices?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How can u deifne the benefits and limitation of using Viewstate for state management?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain what does wsdl stand for?
What is validation in asp.net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What r the asp.net list controls and diff. Between them?
Why do we use datasource in asp.net?
How can we identify that the page is post back in asp net?
How can you use a custom controls in ASP.NET application?
What are the options in ASP.NET to maintain state?