You are probably trying to implement paging in a DataGrid while binding the DataGrid with a DataReader.
To fix this, instead of using a DataReader use a DataSet
You are probably trying to implement paging in a DataGrid while binding the DataGrid with a DataReader.
To fix this, instead of using a DataReader use a DataSet
Share with