If the performance is important and you want to display a large amount of data on web form, then which method you will choose to retrieve the data?
Select Answer:
Data Reader object to retrieve data for datagrid
Dataset object to retrieve data for datagrid
simple sql statement as the data source for data grid
Cached xml file as data source
|