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.
What is meant by the Runtime engine?
Explain about the ASP.NET AJAX Framework.
In what way we can alter height of the combo box drop-down list?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
State the difference between a ContextMenuStrip control and a MenuStrip control?
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
Specify the requirements to run ASP.NET AJAX applications on the server?
Which method is used to kill explicitly the users session?
Define Query String? Explain its advantages and disadvantages?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
18,76,764
1952307 Asked
3,689
Active Tutors
1412843
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!