On what object is the transaction in ADO.NET focused on?
a) The command object
b) The DataSet object
c) The Connection object
d) The DataAdapter object
Answer Posted / ish
a) command object
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the event handlers that we can have in global.asax file?
Are cookies client side or server side?
What is difference between rest and soap?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Differentiate between authentication and authorization.
What parameters can you pass in the url of the api? Can get and post use the same url?
What is inproc and outproc?
What are different types of api?
What is data control in asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc
List the major built-in objects in asp.net?
What is the asp.net control toolkit?
List down the sequence of methods called during the page load.
What is difference between session and application in asp net?