DataAdapter.Update() and DataSetAcceptChanges() methods
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
Expert
The DataAdapter.Update() method calls any of the DML statements, like the UPDATE, INSERT, or DELETE statements, since the case may be to update, insert, or delete a row in the DataSet.
The DataSet.Acceptchanges() method make all of the changes which are made to the row since last time theAcceptChanges() method was invoked.
Write all names of public properties well-defined in the WebService class.
Name the different methods provided by a DataSet object to create XML?
How we can dynamically add the user controls to the page?
Describe the role of new keyword in brief.
Write the difference between the Literal control and Label control?
Define Server-side scripting and Client-side scripting?
Explain about LinqDataSource control?
Specify the differences between the Dispose() and Finalize() methods.
Why there is a requirement of user-defined controls?
Define the terms Web server controls and Custom user Controls in Asp.net?
18,76,764
1956124 Asked
3,689
Active Tutors
1413105
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!