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: