Forum Moderators: open
A have a Repeater with a DataView bound to it. Works fine. I've added LinkButtons to the headers of the data columns for choosing sort order. When clicking a LinkButton, the corresponding click-method sets the sort order of the DataView. The problem is the data back on the web page isn't sorted.
I've tried to make a new DataView (with the new sort order) and had this bound to the Repeater with the same results.
Anyone got any ideas how to solve this?