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 another word for redirect?
What is the difference between mechine.config and web.config?
In order to get assembly info which namespace we should import?
What is the postback property in asp.net?
What are the disadvantages of using session?
What is a page life cycle? What are the events in a page life cycle?
Briefly describe the role of global.asax?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain the different types of assemblies?
If we remove web.config or machine.config from the application then, is this application will works?
Explain the features that make asp.net more used framework? : asp.net mvc
What is css in asp.net?
How Session outproc in Sqlserver stored?
Explain the updatepanel?
Which .NET framework supports Web API?