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 working of Cookies. And also give the example of the Cookie abuse?
Name the values that can be allocated to a DialogResult property of the Button control?
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
Explain how exception handling is changed in the .NET Framework 4.0?
What is the basic difference between a content page and a master page?
Describe the differences between the Server-side and Client-side code?
Describe DataReader object?
Explain, what is a host process?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
What is meant by the Runtime engine?
18,76,764
1951934 Asked
3,689
Active Tutors
1446676
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!