Multiple choice technology platforms and products

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

  1. Load ( )

  2. Fill( )

  3. DataList

  4. DataBind

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Fill() method of the DataAdapter class is used to populate a DataSet or DataTable with data retrieved from a data source using the select command.