SELECT list re-ordered
Hi,
I need a piece of ASP code which will output the values in a select box no matter what their order. This is for re-arranging items in the database.
I have a page which displays al relevant rows from the database in a select box with a javascript function to move the items up and down in the box.
However, I then need an ASP output of the order of the box. Currently, when i request.form("ord"), I get the values "1,12,36,37,[etc]" but only in the order they are in when the first page loads. It does not re-arrange the items if they have been re-arranged using the javascript function.
Any ideas?
|