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