Datagrid paging error

allgenresaacg

New Member
When trying to implement paging in my datagrid, I get the error Current Page Index must be >= 0 and < PageCount. When I look in the watch-window, the new current page index reads 10 while the page count reads 192. Even the command window agrees with me that my new current page index is both bigger then or equal to 0 and smaller then the page count. Does anyone have any idea what could cause the error to occur and how I could/ should fix it?<BR><BR>Thanks in advance!<BR><BR>Thorsal
 
Back
Top