ListViewPagedDataSource::AllowServerPaging Property
.NET Framework (current version)
Gets or sets a value that indicates whether server-based paging is enabled.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Use the AllowServerPaging property to specify whether server-based paging is enabled. If this property is set to true, the data source object performs server-based paging. Otherwise, the ListView control does UI-based paging. In UI-based paging, the ListView control requests all the records from the data source and uses only the ones for the current page.
.NET Framework
Available since 3.5
Available since 3.5
Show: