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.
Describe regarding the Visual basic.NET culture in brief.
What do you understand by the JSON?
Explain the ToolTip control and how it can be associated with the other controls?
State the different ways by which a method can be overloaded?
Illustrate the terms Authorization as well as Authentication?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
What do you mean by the term WPF?
Explain two properties of GridView control which specifies to turn on paging and sorting.
State different Visual Basic features which provide support to the LINQ?
Differentiate between the Finalize() and Dispose()?
18,76,764
1940100 Asked
3,689
Active Tutors
1434427
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!