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.
In ASP.Net which namespaces imported automatically by Visual Studio?
What do you understand by the term ASP.NET Web Forms?
Explain concept of the Destructor?
By which method we can post a Web page to another Web page?
What are literals and name the different types of literals in visual basic?
Explain some of the versions of .NET?
Explain the requirement of Timer control in the AJAX.
Explain Lazy Initialization?
What is meant by the term Extensible Markup Language (XML).
Explain the use of Role-based security?
18,76,764
1955114 Asked
3,689
Active Tutors
1436830
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!