Features of a dataset ?

Answers were Sorted based on User's Feedback



Features of a dataset ?..

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

Features of a dataset ?..

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

Features of a dataset ?..

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

Post New Answer

More ASP.NET Interview Questions

how can u display multi language (i.e english,spanish...) web site?

2 Answers  


How to stop the inheritance?

2 Answers   TCS,


Can you use Web API with ASP.NET Web Form?

0 Answers  


What is difference between ispostback and autopostback in asp net?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,






Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,


which directive is mandatory in page control

3 Answers   AG Technologies,


What is asp.net mvc5? : Asp.Net MVC

0 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   HCL, Wipro,


How we implement web farm and web garden concept in asp.net?

0 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


What are app services?

0 Answers  


Categories