Multiple choice technology web technology

By which method we can fill data in the datagrid?

  1. DataAdapter

  2. DataRepeater

  3. DataSet

  4. DatasScalar

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

DataAdapter is used to fill data in a DataGrid - it typically fills a DataSet or DataTable which is then bound to the DataGrid. DataRepeater is not a standard class, DataSet holds data but doesn't fill directly, and 'DatasScalar' is not a valid class name.