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.
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
State the method which can be used to impose Garbage collection in .NET?
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
List the different ways to send the data across pages in the ASP.NET?
State the difference between a ContextMenuStrip control and a MenuStrip control?
Write the name of event handlers which can be included in a Global.asax file?
Write the syntax of the while loop in the C# program.
Compare and contrast in brief the C# and Visual basic.NET?
Explain how would you implement the inheritance by using VB.NET/C#?
Describe managed extensibility framework?
18,76,764
1933063 Asked
3,689
Active Tutors
1437146
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!