Changes made to DataSet object
State how the changes made to the DataSet object are identified since it was last loaded?
Expert
The DataSet object provides the following two methods to track down the changes:
a) The GetChanges() method - It returns the DataSet object, that is changed from the time it was loaded or since the AcceptChanges() method was implemented.
b) The HasChanges() method - It indicates whether any changes has occurred from the time the DataSet object was loaded or after a call to the AcceptChanges() method was made.
Explain WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
Differentiate between a ContextMenuStrip control and a MenuStrip control?
What is Custom Activities?
Write the main difference between UnBoxing and boxing.
How to make a windows desktop application using visual studio 2010 ultimate?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Explain what is the CLI and also if it is same as that of CLR?
State the use of the Select clause and SelectMany() method in LINQ?
List the types of generations there are in a garbage collector?
Write about the SOAP encoding?
18,76,764
1957156 Asked
3,689
Active Tutors
1457727
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!