5 references to IsLastPage
System.Web (5)
UI\WebControls\DataGrid.cs (1)
1329if (pagedDataSource.IsLastPage == false) {
UI\WebControls\DetailsView.cs (1)
1863bool isLastPage = pagedDataSource.IsLastPage;
UI\WebControls\FormView.cs (1)
1571bool isLastPage = pagedDataSource.IsLastPage;
UI\WebControls\GridView.cs (1)
2420bool isLastPage = pagedDataSource.IsLastPage;
UI\WebControls\PagedDataSource.cs (1)
94if (IsCustomPagingEnabled || (IsLastPage == false)) {