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.
Explain the use of a CommandBuilder class?
What do you mean by XBAP? Describe in brief.
Where the ViewState information can be stored?
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
Explain keywords by giving example.
Describe the differences between the Server-side and Client-side code?
Explain MaskedTextBox control? And also explain the function of Mask property?
What are the methods by which we can instantiate a complex number?
Describe where us the entry point in the WPF application?
Differentiate between the Finalize() and Dispose()?
18,76,764
1923027 Asked
3,689
Active Tutors
1435575
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!