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 Code Access Security (CAS)?
Explain what is the CLI and also if it is same as that of CLR?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Illustrate four common properties of all validation controls?
Illustrate the terms Persistent cookie as well as Session cookie?
State what are Collections and Generics?
Write down the steps for executing a LINQ query.
What is the role of the DynamicPopulateExtender control?
18,76,764
1928772 Asked
3,689
Active Tutors
1440357
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!