Identification of DataSet object
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
Expert
To track down the changes DataSet object provides two methods which are as follows:
i. The HasChanges() method: It indicates if any changes occurred or not since a DataSet object was loaded or after the call to a AcceptChanges() method was made. ii. The GetChanges() method: It returns the DataSet object, that is changed since it was loaded or since a AcceptChanges() method was executed. If we desire to revert all changes since a DataSet object was loaded, use RejectChanges() method.
By what way we can recognize that the page is PostBack?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
Write the name of the control that you will use to make sure which values in the two different controls match?
What is meant by Manifest?
Write down a short note regarding the .NET?
Illustrate the use of CommandBuilder class?
Briefly explain round trip?
Illustrate some of the points regarding UserControl in WPF?
State various implementations of the LINQ?
What is the difference between Name Space and Assembly?
18,76,764
1955297 Asked
3,689
Active Tutors
1441509
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!