B
Bill Byrd
I am attempting to implement paging with a DataGrid. The
control populates fine. The < > paging links appear.
However when I click the > to go to the next set of
information I receive "Server Error in ... Application.
Index was out of range. Must be non-negative and less than
the size of the collection. Parameter name: index.
The code in my PageIndexChanged sub is not being reached.
The > link does a __doPostBack("DataGrid1:ctl8:ctl1","")
I can not find the where or why of this error.
Please email me with you thoughts ro ideas.
Thanks - Bill
control populates fine. The < > paging links appear.
However when I click the > to go to the next set of
information I receive "Server Error in ... Application.
Index was out of range. Must be non-negative and less than
the size of the collection. Parameter name: index.
The code in my PageIndexChanged sub is not being reached.
The > link does a __doPostBack("DataGrid1:ctl8:ctl1","")
I can not find the where or why of this error.
Please email me with you thoughts ro ideas.
Thanks - Bill