When working with collections like IEnumerable, I don't recommend binding it with ObjectDataSource.
Here's a simple explanation:
The data source 'ObjectDataSource' DOES NOT support sorting with IEnumerable data. Automatic sorting is only supported with DataView, DataTable, and DataSet.
No comments:
Post a Comment