I am converting a desktop accounting app to a web app. The old app has a feature that allows a user to change the order of accounts by displaying accounts in a listbox with up and down buttons off to the side. Clicking one of the buttons moves the selected account up or down in the list quickly using the Sort method. WebListBox lacks the Sort method. I have considered simply reloading the listbox in the new order but worry that the delay will cause problems for users if they click up or down multiple times. I think there may be a way to do it with Javascipt, but have no idea how to do it.
3 posts - 2 participants