What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
Answer Posted / rakeshsolanki
a) Dataset
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When you use Ajax controls in the ASP.NET application?
What is page request in asp.net?
Can one dll file contains the compiled code of more than one .net language?
What is special types forms
What are the advantages of using session?
What is Web API?
How can we identify that the Page is Post Back?
Is asp.net easy to learn?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is data caching?
What is the difference between CC and BCC?
What is server side routing?
What are the ways of preserving data on a Web Form in ASP.NET?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is GAC in ASP.NET 2.0