3 references to NewPageIndex
System.Web (3)
UI\WebControls\FormView.cs (3)
2224
if (e.
NewPageIndex
> -1) {
2226
if ((e.
NewPageIndex
>= PageCount && _pageIndex == PageCount - 1)) {
2231
_pageIndex = e.
NewPageIndex
;