Rather than sorting my listboxes by the Text property of the ListBoxItems, I want to use the Value property.
I understand that I'm going to have to do that server-side and I have no problem with that it's just that the following seems a lot of work...
And if I want to sort by an attribute I would have to create a comparer for each one.
It would be nice to be just able to write something like ...
Or have I missed something?
--
Stuart