Hey,
This is quite hard to explain.
On Page_Init, I am binding repeaters. The binding is done in a separate method, which gets called in Page_Init, and other event handlers.
Amongst this, I'm grabbing the sort order from a DB. I want to include an up/down arrow in the button text so the user knows it's set to ascending or descending. This in itself is working fine. The problem I have, is when the sort column is changed, the
arrow stays on the previously selected column as well as now appearing on the new sort column. If I press the new column button again, it dissappears from the previously selected column.
Pictures might help!
Initial page load, Description column ascending:
Description button clicked to change to descending:
Name column, first click (arrows o ...
Go to the complete details ...