A few ASP.NET 2.0 GridView Sorting Tips and Tricks
I saw a few interesting posts today that talked about ways to implement some sorting tips and tricks with the ASP.NET 2.0 GridView:
Mike has a nice post that walksthrough how to implement custom bi-directional sorting with the GridView. Souri uses a similar approach to implement multi-column GridView sort semantics.
Teemu then has a cool post that shows how to implement "sort grouping" where you can sub-group/band row values within the GridView:
Hope this helps,
Scott