Apr 6, 2006 #1 pasu Programmer Aug 9, 2003 17 US Hi: I create a C# aspx page with a Datagrid with sorting and it is working fine, my question is, how can I make a column sorting descending? Thanks! Patrick
Hi: I create a C# aspx page with a Datagrid with sorting and it is working fine, my question is, how can I make a column sorting descending? Thanks! Patrick
Apr 6, 2006 #2 litton1 Technical User Apr 21, 2005 584 GB if your datasource is a table you can sort the table before you put the data into the grid. That how i usually do it Age is a consequence of experience Upvote 0 Downvote
if your datasource is a table you can sort the table before you put the data into the grid. That how i usually do it Age is a consequence of experience