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