Features of a dataset ?
Answers were Sorted based on User's Feedback
Answer / sugumar.r
i) Supports Disconnected Architecture
ii) We can execute SQL Commands in Dataset
iii) Dataset supports Cache Memory to store Frequently
accesed Data.
iv) It can be used with XML
v) It can be used to bind the Data source with List
controls like Datagrid,datalist....
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
Answer / badharudeen.n
It can be used with XML
v) It can be used to bind the Data source with List
controls like Datagrid,datalist....
Is This Answer Correct ? | 5 Yes | 1 No |
how can u display multi language (i.e english,spanish...) web site?
How to stop the inheritance?
Can you use Web API with ASP.NET Web Form?
What is difference between ispostback and autopostback in asp net?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
Write a code for "RequiredFieldValidator" in java script
which directive is mandatory in page control
What is asp.net mvc5? : Asp.Net MVC
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
How we implement web farm and web garden concept in asp.net?
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
What are app services?