Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / ansu kuamr
we invoke
dataadapter.update(dataset)
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Is it possible to edit data in Repeater control?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
How to Read, Add, Update and Delete record in Entity Framework ?
Which object holds only data and does not interact with data source?
What is Data view?
What are dcl commands?
What is a non query?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is the difference between data grid and data repeater?
What are the methods of XML dataset object?
How to check if a datareader is closed or opened? IsClosed()
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What does executereader return?
What is ole2 format?
What is a datagridview?