16 references to Pager
System.Web (16)
UI\WebControls\DetailsView.cs (5)
1684_topPagerRow = CreateRow(-1, DataControlRowType.Pager, DataControlRowState.Normal, null, rows, pagedDataSource); 1712_bottomPagerRow = CreateRow(-1, DataControlRowType.Pager, DataControlRowState.Normal, null, rows, pagedDataSource); 2112if (rowType != DataControlRowType.Pager) { 2126if (rowType == DataControlRowType.Pager) { 3301case DataControlRowType.Pager:
UI\WebControls\FormView.cs (5)
1448_topPagerRow = CreateRow(itemIndex, DataControlRowType.Pager, DataControlRowState.Normal, rows, pagedDataSource); 1476_bottomPagerRow = CreateRow(itemIndex, DataControlRowType.Pager, DataControlRowState.Normal, rows, pagedDataSource); 1807if (rowType != DataControlRowType.Pager) { 1821if (rowType == DataControlRowType.Pager) { 2823case DataControlRowType.Pager:
UI\WebControls\GridView.cs (6)
2135_topPagerRow = CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource); 2273_bottomPagerRow = CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource); 2650if (rowType != DataControlRowType.Pager) { 3384case DataControlRowType.Pager: 4002case DataControlRowType.Pager: 4059if ((row.RowType != DataControlRowType.Pager) && (row.RowType != DataControlRowType.EmptyDataRow)) {