On Postback, how to get the Column that I am sorting by (by clicking on the column) in my GridView
?
views:
93answers:
1
+4
A:
It sounds like you need to grab the SortExpression
from the GridView
object when handling the Sorted
event.
Steve Haigh
2009-04-05 16:43:36
+1 nice answer, I added a link.
bendewey
2009-04-05 16:45:22
Nice edit, thanks:)
Steve Haigh
2009-04-05 16:50:44