I have a aspx page with two list box, one that gets filled on page load and one that acts as the destination box.
This is working fine but now I'm looking to find a way for the user to click a button and to move any items that exist in the source listbox with a certain value and move to destination listbox.
Is there a simple of way of doing this?
I looked at looping through the items in the source listbox, but when I removed a matching item from source and added to destination the code stopped as the collection had changed.
This is working fine but now I'm looking to find a way for the user to click a button and to move any items that exist in the source listbox with a certain value and move to destination listbox.
Is there a simple of way of doing this?
I looked at looping through the items in the source listbox, but when I removed a matching item from source and added to destination the code stopped as the collection had changed.