Apr 6, 2006 #1 pasu Programmer Joined Aug 9, 2003 Messages 17 Location 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 Joined Apr 21, 2005 Messages 584 Location 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