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