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.
Is it possible to validate a DropDownList by RequiredFieldValidator?
Explain DataReader object?
How we can dynamically add the user controls to the page?
Is it possible for users to define their own exceptions in code?
Explain how to store and retrieve images in the SQL server database via VB.NET?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
State what are Collections and Generics?
List different ways of deployment that are supported by .NET.
What are public and private cloud?
Write down a short note on the brief history of WPF?
18,76,764
1951656 Asked
3,689
Active Tutors
1435274
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!