Hi,
In VB.NET 2003.
Is it possible to fill a datagrid with a datareader?
I get the error:Code:'This line works .. data are correctly read. sqlDataReader = sqlCommand.ExecuteReader 'This line crashes .. grdGrid.DataSource = sqlDataReader
Error : Complex DataBinding accepts as a data source either an IList or an IListSource




Reply With Quote