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
What is ado.net full form?
What is the difference between Optimistic and Pessimistic locking?
What do you know about ado.net's objects?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is ado and dao?
How to find the given query is optimised one or not?
What are the various methods provided by the DataSet object to generate XML?
What are the pre-requisites for connection pooling?
What are two types of transaction supported by ado.net?
What is aggregate root?
What are the different ado.net namespaces?
What are the ado.net components?
Explain the difference in record set and dataset?
How we can provide data to ado.net?
Explain what is datagrid with an example?