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.
Write a major difference between a RadioButton control and a CheckBox control?
What are the components of web form in ASP.NET?
Explain what is meant by CTS, and how it is related to the CLS?
State the concept of constructor?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
Describe in brief the term XAML extensible markup language?
What do you mean by the term Routed event?
What do you mean by XBAP? Describe in brief.
Two catch blocks can be executed or not?
State various limitations of the AJAX.
18,76,764
1950108 Asked
3,689
Active Tutors
1450188
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!