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.
Can we enter more than single line in the TextBox control?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
What are the various ideas given by delegate? Describe in brief.
Explain the disconnected architecture of the ADO.NET's data access model.
Specify the way to suppress the final procedure inside the garbage collector forcibly in .NET?
Write the main difference between a RichTextBox and TextBox control.
Differentiate between publishing and deploying an application?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Explain, what is a host process?
What is the function of Orientation property in a Menu control?
18,76,764
1936105 Asked
3,689
Active Tutors
1426579
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!