0
kicks
How to Enable Sorting in OjectDataSource
Enable sorting in a single tier application with Databinding has always been a easy task. Where as the ObjectDataSource allows Databinding to business objects in n-tier applications easy.
But it does not allow the Sorting as easy as in GridView in single-tier databinding applications where you just have to turn on the Enable Sorting option in the GridView’s SmartTag. You can also let your users sort the rows in a GridView when using the ObjectDataSource — it only requires a little more work.