I have some items populated in the listbox from the database in my asp.net mvc(C#) application.
I need to give an option to move up/move down the items in the listbox and store it back to the database with the updated order.
I like to use jquery to move up / move down the items in the listbox. Whats the best way/soultion to do it? Or is there any best method to do it other than using it with listbox?