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

Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,


Which is the parent class of the web server control?

0 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


Define ViewState and how can it be used?

6 Answers   Siebel,






How do you make your site SSL enabled ?

3 Answers   Satyam,


What is X-Path?

2 Answers   Sherston,


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

0 Answers  


diffrance between stored procedure & function in sql server?

2 Answers  


What is the application pool?

0 Answers  


what is the difference between primary key and foreign key?

2 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


Categories