Transfer values from one selection box to another
Posted
by Tonya Cash
on Stack Overflow
See other posts from Stack Overflow
or by Tonya Cash
Published on 2010-01-25T16:14:53Z
Indexed on
2010/04/21
16:03 UTC
Read the original article
Hit count: 160
I need to populate the first box with the items from a db table. Users would choose from the first box, and either drag value(items) to the second for selection, or would select items, and then click a button to move them over to the 2nd box. After that I need to update the db with the selected values/items.
© Stack Overflow or respective owner