Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / francis
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 ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are good ado.net object to replace to ado recordset object.
What is dao and ado?
Explain how to create dynamic gridview?
What is the meaning of executenonquery?
What is the difference between data reader and data adapter?
How do you connect to sql server database without using sqlclient?
What are the advantages of ado.net?
What is difference in record set and dataset?
What are the advantages of using datalist?
What is aggregating data ?
What does adodb stand for?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What does ado stand for in ado.net?
What is DataReader Object?