4 references to PageCount
System.Web (4)
UI\WebControls\GridView.cs (4)
2302if (PageCount == 1) { // don't show the pager if there's just one row. 3007newPage = PageCount - 1; 3112if ((e.NewPageIndex >= PageCount && _pageIndex == PageCount - 1)) {