Hey,
For a data grid, I see as valid data sources (in the MSDN) as: DataSet, DataTable, DataView, DataViewManager, anything that inherits IList and IListSource. I don't see the DataReader; and it doesn't inherit those interfaces. Try using a data table instead.
Brian
|