Explain DataAdapter class
Explain DataAdapter class in the ADO.NET?
Expert
DataAdapter class regain data from a database, stores data in the dataset, and returns the alterations made in a dataset to a database. DataAdapter class acts as the intermediary for every communication among database and a DataSet object. DataAdapter Class is used to fill the DataTable or the DataSet Object by data from the database using a Fill() method. DataAdapter class affects the alteration made in the dataset to a database by calling a Update() method.
DataAdapter class has four properties which represent a database command and these are as follows:
• SelectCommand, • UpdateCommand • InsertCommand,and DeleteCommand.
Describe the appSettings Section which contains in a web.config file?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
When.NET was developed?
Write the difference between Arrays and Collection?
What is meant by Manifest?
Name the events which occur when the client requests the ASP.NET page from IIS server?
In what way we can auto size the button to fit the text?
14. What is difference between Tool Strip drop down button and toolstripsplit button?
State the difference between Managed and Unmanaged Code?
What do you understand by the term states in ASP.NET?
18,76,764
1952474 Asked
3,689
Active Tutors
1434037
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!