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 are the 3 types of web?
What are web beacons used for?
Explain the difference between Web Garden and Web Farm?
Which authentication uses a combination of windows and iis authentication?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How many types of sessions in asp.net?
What is client side state management?
What is server transfer?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
How can you debug your.net application?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is postback and autopostback in asp.net?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
How to implement globalization and localization in the use interface in .net.