2 writes to allowPaging
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
34this.allowPaging = false; 65allowPaging = value;
2 references to allowPaging
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
62return allowPaging; 219return allowPaging && (pageSize != 0);