6 writes to AllowServerPaging
System.Web (6)
UI\WebControls\DetailsView.cs (2)
2089
pagedDataSource.
AllowServerPaging
= false;
2102
pagedDataSource.
AllowServerPaging
= true;
UI\WebControls\FormView.cs (2)
1782
pagedDataSource.
AllowServerPaging
= false;
1795
pagedDataSource.
AllowServerPaging
= true;
UI\WebControls\GridView.cs (2)
2687
pagedDataSource.
AllowServerPaging
= false;
2700
pagedDataSource.
AllowServerPaging
= true;