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 the difference between adding items into cache by a Add() method and by the Insert() method?
State the role of ScriptManagerProxy control?
Distinguish between read-only and constants variables which is used in the programs?
What do you mean by XBAP? Describe in brief.
How the state of the requested process can be obtained?
Distinguish among javascript and vbscript?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Write down the code for selecting an item in ListView control programmatically in the C#?
Web form belongs to which class in a .NET Framework class hierarchy?
What is the way to identify that a Page is Post Back?
18,76,764
1960529 Asked
3,689
Active Tutors
1443603
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!