3 references to NewPageIndex
System.Web (3)
UI\WebControls\DetailsView.cs (3)
2593
if (e.
NewPageIndex
> -1) {
2595
if ((e.
NewPageIndex
>= PageCount && _pageIndex == PageCount - 1)) {
2600
_pageIndex = e.
NewPageIndex
;