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

What is the difference between Proxy and Contract?

1 Answers  


In which interface the template of any control like Gridview would Initiate?

2 Answers  


what is new debug tools in asp.net ?

1 Answers  


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

0 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  






What is asp.net master page?

0 Answers  


How does exception management works in ASP.NET?

0 Answers   Alcatel-Lucent,


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


Tell me Asp.net Method Overriding.

3 Answers  


What is the use of worker process in asp.net?

0 Answers  


What is enableviewstatemac in asp net?

0 Answers  


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


Categories