Which method do you invoke on the DataAdapter control to load your generated dataset with data?

Showing Answers 1 - 4 of 4 Answers

ramesh

  • Aug 18th, 2005
 

dataadapter.fill(dataset object)

  Was this answer useful?  Yes

K.MOhan Kumar

  • Sep 28th, 2005
 

Dataadapter1.Fill(ds) where ds is the dataset object name and fill() method is used to fill the dataset from the dataadapter

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions