Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?
Answer Posted / vanita
There is no concept of cursors in ADO.NET Dataset,there are
only forward only cursors and we can use this functionality
through reader object while ADO Recordset supports cursors
n each record is iterated.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between visual basic and asp.net?
Which method is used to perform all validation at the page level?
What is IPostBack? How to use it?
What is page fragment caching?
What are the layouts of ASP.NET Pages?
How to handle errors in Web API?
Give an example of cookie abuse.
What are the Types of object in asp
What are the 3 levels at which content pages can be attached to Master Page?
What is meant by server side scripting?
Define a web service in .net?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is comparevalidator?
Describe in brief .net framework and its components.
Can master pages be nested?