Which method do you invoke on the Data Adapter control to load your generated dataset

Skill/Topic: Beginner
A) Fill ( )
B) ExecuteQuery ( )
C) Read ( )

Showing Answers 1 - 10 of 10 Answers

Mandar

  • Dec 12th, 2005
 

Fill ( )

  Was this answer useful?  Yes

Mahendra raja

  • Jan 10th, 2006
 

Fill( )

  Was this answer useful?  Yes

sumalatha

  • Apr 1st, 2006
 

fill()

dataset ds=new dataset;

sqldataadapter da=new sqldataadapter();

da.selectcommand=cmd;

da.fill(ds);

  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