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.
Explain briefly about Object Relational Designer (0/R Designer)?
State the use of DropDownStyle property of the ComboBox control?
Describe regarding the Visual basic.NET culture in brief.
Explain about the Native Image Generator?
Define Web server controls as well as HTML?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
Differentiate between a ContextMenuStrip control and a MenuStrip control?
What is the way to identify that a Page is Post Back?
What is an Intermediate Language (IL)?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
18,76,764
1929453 Asked
3,689
Active Tutors
1419613
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!