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
How do you merge 2 datasets into the third dataset in a simple manner?
Is ado.net dead?
What is an ado connection?
Which keyword is used to accept variable number of parameters?
How to check if a datareader is closed or opened? IsClosed()
What is ado.net in vb net?
What is csdl entity framework?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the important features of ado.net 2.0?
What is data view and variable view?
Explain the difference between data reader and data set?
What does sqldatareader return?
Explain how can we load multiple tables in to dataset?
What is ole in excel?
Give few examples of datareader that is used in different dataproviders.