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.
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
Compare and contrast in brief the C# and Visual basic.NET?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Write down the three main points in WCF?
Write down a feature that is common to all the .NET languages?
What is meant by the Object Pooling?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Explain about standard query operators in LINQ?
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
Briefly explain about ToolTip control. In what way we can associate it with another control?
18,76,764
1923360 Asked
3,689
Active Tutors
1436062
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!