2 writes to allowServerPaging
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
37this.allowServerPaging = false; 78allowServerPaging = value;
3 references to allowServerPaging
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
75return allowServerPaging; 238return IsPagingEnabled && allowServerPaging; 334if (allowCustomPaging || allowServerPaging) {