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.
How can CAS be turn-on and turn-off?
What do you mean by Common Language Specification (CLS)?
Explain the ASP.NET AJAX?
What is meant by Delegate?
Briefly describe about the XML elements.
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
The information, like role management membership, profile, and Web parts personalization is stored in which database?
Explain about the AppFabric component?
State the properties in C# and the advantages that are obtained by using them in programs.
By Visual Studio in ASP.Net, illustrate namespaces which are imported automatically?
18,76,764
1923367 Asked
3,689
Active Tutors
1435418
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!