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.
State the parameters which controls most of connection pooling behaviors?
Explain abstract classes and List the different characteristics of an abstract class?
List the types of Cookies that are available in ASP.NET?
Explain about LinqDataSource control?
Differentiate Skip and Take clauses?
Illustrate the term Namespace also its uses?
State the function of the “Try-Catch-Finally” block
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
Explain Windows services?
Illustrate some of the points regarding CustomControls in WPF?
18,76,764
1949535 Asked
3,689
Active Tutors
1438302
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!