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.
Elucidate Master Pages in ASP.NET?
Explain the ToolTip control and how it can be associated with the other controls?
Briefly state the characteristics of the value-type variables which C# programming language supports.
Define the term Enumeration?
What is meant by XCOPY?
How to make a windows desktop application using visual studio 2010 ultimate?
Explain what do you mean by .NET?
Explain different implementations of the LINQ?
Specify advantages of the XML schemas over DTD.
Distinguish among a Thread and a Process?
18,76,764
1921749 Asked
3,689
Active Tutors
1460943
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!