10 references to AllowPaging
System.Web (10)
UI\WebControls\GridView.cs (10)
211bool oldValue = AllowPaging; 1930bool allowPaging = AllowPaging; 2388bool useServerPaging = AllowPaging && view.CanPage; 2685pagedDataSource.AllowPaging = AllowPaging; 2698pagedDataSource.AllowPaging = AllowPaging; 2911if (this.AllowPaging && this.AllowCustomPaging) { 2923if (AllowPaging) { 2944int selectedRow = AllowPaging ? (PageIndex * PageSize) + SelectedIndex : SelectedIndex; 2947int lastIndex = AllowPaging ? expectedRowCount % PageSize : expectedRowCount; 3097if (!AllowPaging) {