SqlDataSourceView.CanSort Property
.NET Framework 3.0
Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports a sorted view on the retrieved data.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CanSort property returns true, if the current DataSourceMode property is set to the DataSet value and the SortParameterName property is set.
Community Additions
ADD
Show: