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