views:

93

answers:

1

On Postback, how to get the Column that I am sorting by (by clicking on the column) in my GridView?

+4  A: 

It sounds like you need to grab the SortExpression from the GridView object when handling the Sorted event.

Steve Haigh
+1 nice answer, I added a link.
bendewey
Nice edit, thanks:)
Steve Haigh