DataAdapter class in ADO.NET
Explain about the DataAdapter class in ADO.NET.
Expert
DataAdapter class retrieves the data from the database, stores it in a dataset, and reflects the changes made within the dataset to the database. DataAdapter class acts as an intermediary for all the communication between the DataSet objects and the database. The DataAdapter Class used to fill a DataTable or DataSet Objects with the data from the database by using the Fill() method. The DataAdapter class applies changes thatare made in the dataset to the database by calling the Update() method.
It also provides four properties that represents the database command:
a) SelectCommand,
b) nsertCommand,
c) DeleteCommand, and
d) UpdateCommand.
Explain the use of a CommandBuilder class?
Briefly describe the function of a CheckState property of a CheckBox control?
Explain the types of Inheritance.
Which method is used to kill explicitly the users session?
Write the difference between globalization and localization?
Specify the similarities between a class and a structure.
Illustrate the term ASP.NET?
Specify some of the situations in which AJAX cannot be used.
State the values that can be allocated to the DialogResult property of the Button control?
Illustrate the terms SESSION as well as APPLICATION object?
18,76,764
1960207 Asked
3,689
Active Tutors
1446212
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!