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.
Describe the concept of Bookmarks in WF 4.0.
Explain the requirement of Timer control in the AJAX.
Briefly explain about ToolTip control. In what way we can associate it with another control?
What do you understand by Common Type System (CTS)?
Describe the function of a SizeMode property of a PictureBox control?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
Compare and contrast in brief the C# and Visual basic.NET?
How we can populate the dataset before querying the DataSet object by using LINQ to DataSet?
What are the different ways to manage state in ASP.Net?
18,76,764
1945585 Asked
3,689
Active Tutors
1454399
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!