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