DataSourceView.CanPage Property
.NET Framework 2.0
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect method.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
A data-bound control can request paging by adding the Page field to the DataSourceSelectArguments object passed to the ExecuteSelect method. If a data-bound control requests paging, but the CanPage property returns false, the data source view throws an exception.
Community Additions
ADD
Show: