3 references to NewPageIndex
System.Web (3)
UI\WebControls\GridView.cs (3)
3110
if (e.
NewPageIndex
> -1) {
3112
if ((e.
NewPageIndex
>= PageCount && _pageIndex == PageCount - 1)) {
3118
_pageIndex = e.
NewPageIndex
;