I have two listboxes, the first being multiselect. I am trying to:
1) Put the selected item from the first listbox into the second listbox.
2) Remove the item from the second listbox if the item gets unselected from the first list.
I don't want an array, as the second list has the option for row sorting order which would get killed if it had an array passed over from the first list if after sorting list 2 another item were selected on list 1. How do I do it? Thanks
1) Put the selected item from the first listbox into the second listbox.
2) Remove the item from the second listbox if the item gets unselected from the first list.
I don't want an array, as the second list has the option for row sorting order which would get killed if it had an array passed over from the first list if after sorting list 2 another item were selected on list 1. How do I do it? Thanks