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 symbol would you use to denote, the start of a code block in aspx views?
How would you turn off cookies on a page of a website?
Is asp.net easy to learn?
What is the default timeout for a cookie?
What is caching? Explain.
What does the .webpart file do?
How to implement Authentication and Authorization?
To redirect the user to another page which method do we use without performing a round trip to the client?
explain code with multi inhertance
What is data control in asp.net?
Why is the standalone environment only useful during the development process?
Does google crawl redirects?
How do we assign page-specific attributes?
What is the use of response redirect in asp.net?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?