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

Can you edit data in the Repeater control?

4 Answers   Siebel Systems,


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

0 Answers  


Difference between datagrid and datareader?

1 Answers  


Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?

1 Answers   Ignis Technologies,


What is an assembly? Explain its parts.

0 Answers  


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


What is session mode in asp.net?

0 Answers  


The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com

3 Answers   TCS,


What is manifest in .net framework?

0 Answers  


What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


What is the behavior of a Web browser when it receives an invalid element?

0 Answers   MindCracker,


Which protocol is used in a web api?

0 Answers  


Categories