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.
Distinguish between toolstrip drop-down button and toolstrip split button?
What do you mean by the XOML files?
What Global.asax file includes in event handlers?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
Describe the role of the DataSet object in the ADO.NET?
Illustrate some of the points regarding CustomControls in WPF?
In what way we can display the icon or bitmap image on a Button control?
List the basic characteristics of the Cloud computing?
Write the difference between Select clause and the SelectMany() method in theLINQ?
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
18,76,764
1942231 Asked
3,689
Active Tutors
1444425
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!