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 Class?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
How do dates, numbers, and currencies in a text box are formatted?
Name the namespaces that necessary to produce the localized application?
List the different ways to send the data across pages in the ASP.NET?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Name the interface that executes the standard query operators in the LINQ?
Is it possible to declare a private class in a namespace?
Which event controls are completely loaded?
Explain how to store and retrieve images in the SQL server database via VB.NET?
18,76,764
1940241 Asked
3,689
Active Tutors
1441729
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!