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.
What is the difference between Name Space and Assembly?
Explain the requirement of Timer control in the AJAX.
Specify the function of CheckState property of the CheckBox control?
State the difference between a ContextMenuStrip control and a MenuStrip control?
List the advantages of the DLR?
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
By which method we can sign out from the forms authentication?
What is a behavior of the Web browser when it receives the invalid element?
Mention the two categories which distinctly classifies the variables of the C# programs.
Illustrate different security methods that IIS Provides distant from .NET?
18,76,764
1952773 Asked
3,689
Active Tutors
1438066
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!