Changes made to DataSet object
State how the changes made to the DataSet object are identified since it was last loaded?
Expert
The DataSet object provides the following two methods to track down the changes:
a) The GetChanges() method - It returns the DataSet object, that is changed from the time it was loaded or since the AcceptChanges() method was implemented.
b) The HasChanges() method - It indicates whether any changes has occurred from the time the DataSet object was loaded or after a call to the AcceptChanges() method was made.
Illustrate the term Namespace also its uses?
What is Object?
Explain about the UpdatePanel control.
Specify advantages of the XML schemas over DTD.
What is the function of DialogResult property of the Button control?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
How can you avoid a class from overriding in C# and Visual Basic?
Differentiate between the ASP.NET session and a ASP session?
What is meant by the term workflow?
18,76,764
1953746 Asked
3,689
Active Tutors
1433073
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!