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.
Can I employ Windows Forms in the WPF application? Give reasons.
What is the function of DialogResult property of the Button control?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
What is the function of Orientation property in a Menu control?
Illustrate how to manage state in ASP.Net?
How can a text box be enforced to show characters in the uppercase?
Explain the role of CLR in .NET Framework.
Specify various types of assemblies and explain them.
Explain the use of App_Code folder in ASP.NET?
What are the layouts of ASP.NET Pages?
18,76,764
1928768 Asked
3,689
Active Tutors
1446505
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!