A DataView is a property of a DataTable. You can either read the contents of
your DataReader into a DataTable, or use a DataSet or DataTable initially,
rather than a DataReader.
--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.