3 references to IsServerPagingEnabled
System.Web.Extensions (3)
UI\WebControls\ListView.cs (1)
1503
if ((dataSource != null) && (collection == null) && !pagedDataSource.
IsServerPagingEnabled
&& usePaging) {
UI\WebControls\ListViewPagedDataSource.cs (2)
101
if (
IsServerPagingEnabled
) {
212
if (!
IsServerPagingEnabled
) {