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


Please Help Members By Posting Answers For Below Questions

Which method in OLEDBAdapter is used to populate dataset with records?

561


Which name space is used to get assembly details?

525


Some important instruction regarding ADO.NET connection string ?

545


How can we add/remove row's in "datatable" object of "dataset"?

540


What is the default provider in ado.net?

516






How to connect and retrieve data from database using dataset

540


What is ado and rdo?

502


What are the objects of ado.net?

537


What is the difference between OLEDB Provider and SqlClient?

528


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

538


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

616


Explain how do you connect to sql server database without using sqlclient?

481


What is row state?

528


What is acid in ado.net?

533


What are advantages of microsoft-provided data provider classes in ado.net?

547