Author: Scott Mitchell | Posted on: 2/26/2010 11:58:16 PM | Views : 1036

In ASP.NET 4.0, Microsoft added four new style properties to the GridView control: SortedAscendingHeaderStyle, SortedAscendingCellStyle, SortedDescendingHeaderStyle, and SortedDescendingCellStyle. This article shows how to use these four new properties to style the sorted column. ...

Go to the complete details ...