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
Answers were Sorted based on User's Feedback
Answer / raja
commandobject y because we have to all dml operations using
command objects.DMLoperations nothingbut
Transactions.............so
ANS>A)command object
Is This Answer Correct ? | 4 Yes | 0 No |
What r the remotable objects. and how u make an application remotable
Which is better session or viewstate?
Can viewstate be accessed in another page?
Can one dll file contains the compiled code of more than one .net language?
Explain the main function of razor in asp.net? : asp.net mvc
What is the < machinekey > element and what two ASP.NET technologies is it used for ?
How do you do Client-side validation in .Net?
What is difference between mvc and asp.net? : Asp.Net MVC
How is the asp.net mvc architecture different from others? : asp.net mvc
Where do we store our connection string in asp.net application?
Can you explain what inheritance is and give an example of when you might use it?
Difference between web user control and web custom control?