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 about the different services provided by the DLR to CLR.
State some of the use of ScriptManager control in the AJAX?
How we can enable impersonation in the web.config file?
How to access information about a user's locale?
Distinguish between the .EXE and .DLL files?
Define the term DTD?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
Write the main difference between a RichTextBox and TextBox control.
What is the function of Orientation property in a Menu control?
Write about the Dynamic update?
18,76,764
1953256 Asked
3,689
Active Tutors
1433036
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!