ObjectDataSourceView.CanSort Property
.NET Framework 3.0
Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports a sorted view on the underlying data source.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Because the ObjectDataSource control only supports sorting data when the Select method returns a DataSet, DataView, or DataTable object, the view object cannot determine whether sorting is supported until the Select method is called and returns. For this reason, the CanSort property always returns true.
Community Additions
ADD
Show: