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 requirement of Timer control in the AJAX.
Write the difference between System.StringBuilder and System.String classes?
Explain how CAS works?
Explain the use of Copy Project command?
Describe the role of the JIT compiler in .NET Framework?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
What do you mean by the term ALE? Describe the functions of ALE in 8085?
What is meant by the term workflow?
Differentiate between SQL invalidation and SQL notification?
Explain DataAdapter class in the ADO.NET?
18,76,764
1945581 Asked
3,689
Active Tutors
1414766
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!