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.
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
What are XML attribute?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Can the 'throws' clause can be used to raise an exception?
Describe the various types of work flow?
Briefly describe the function of a CheckState property of a CheckBox control?
Describe where us the entry point in the WPF application?
Write the difference between unmanaged and managed code?
What are literals and name the different types of literals in visual basic?
Explain State Management? List the ways to maintain the state in .NET?
18,76,764
1932774 Asked
3,689
Active Tutors
1459758
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!