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.
Which statement can be used to replace many if-else statements in the code.
By which method we can sign out from the forms authentication?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Explain how to store and retrieve images in the SQL server database via VB.NET?
Explain about the UpdatePanel control.
Explain the use of <sessionState> tag in a web.config file?
Illustrate the term LinqDataSource control?
Write about the SOAP encoding?
State the different ways by which a method can be overloaded?
18,76,764
1940650 Asked
3,689
Active Tutors
1435227
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!