ASP.NET ObjectDataSource Sorting Twice

Posted by user204588 on Stack Overflow See other posts from Stack Overflow or by user204588
Published on 2010-06-16T03:36:23Z Indexed on 2010/06/16 3:42 UTC
Read the original article Hit count: 225

Hello,

I'm working with some existing code uses an objectDataSource and that calls a sort method inside a DLL that I don't have access to. I'm trying to add a custom field to sort and I basically want to re-sort after the initial sort. I don't know if this can be done but before the GridView is displayed, I need to intercept the code and sort the way I want to sort. Any ideas? I'm lost.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about gridview