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.
What is the function of "EnableViewState" property? Why do we require it On or Off?
Explain different types of generations in a garbage collector?
How an ellipse is created, which is non- rectangular window?
State some of the different ways in order to pass parameters to the server?
Explain concept of the Destructor?
What do you mean by Proxy and how to produce proxy for WCF Services?
Write down the benefit of packaging over xcopy in the .NET?
What do you mean by the term Transport and Message Reliability?
Specify, what is an Activity?
Explain how to store and retrieve images in the SQL server database via VB.NET?
18,76,764
1957522 Asked
3,689
Active Tutors
1444808
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!