Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / swapna
use the Fill method of the DataAdapter control and pass the
dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Describe briefly an ADO.NET Dataset ?
What are the advantages of ado.net?
What is the difference between ADO and ADO.Net?
Explain why edit is not possible in repeater?
What are the different methods by which we can populate a dataset?
Some important instruction regarding ADO.NET connection string ?
Is ado.net an orm?
Which property is used to check whether a DataReader is closed or opened?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the difference between Command and CommandBuilder object?
Explain the role of data provider in ado.net?
Define Execute Reader?
What is difference between ado.net and asp net?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
How to pass values into a datatable?