P
Peter
Hi
I have a gridview which has allowpaging enabled, but when I click the page number for the first time, the page fire the
OnPageIndexChanging event and I checked the PageIndex has been updated in the event but my gridview doesn't reflect the new page
contents until the second click. The following Page Index was recorded in the OnPageIndexChanging event before and after
re-assigning the PageIndex of the gridview
First Click
0 (Original page index) --> 1 (Incresed to 1) but the grid does not change.
Second Click
1-->1 (Grid changed)
Does anyone know what went wrong ?
Thanks
Peter
I have a gridview which has allowpaging enabled, but when I click the page number for the first time, the page fire the
OnPageIndexChanging event and I checked the PageIndex has been updated in the event but my gridview doesn't reflect the new page
contents until the second click. The following Page Index was recorded in the OnPageIndexChanging event before and after
re-assigning the PageIndex of the gridview
First Click
0 (Original page index) --> 1 (Incresed to 1) but the grid does not change.
Second Click
1-->1 (Grid changed)
Does anyone know what went wrong ?
Thanks
Peter