I have two list boxes, one of which stores all values related to a item, then, not visible to the user, I have a list box that stores the value they remove from the list box, how can I get it so when the user clicks the save button it deletes the items in the hidden list box from the tables.
Ex. I have 5 items in my list box the user wants to delete 2 of those items so they double click the item and it is dumped to a hidden list box, so if they save the records are deleted and if they click cancel no changes have been made.
Ex. I have 5 items in my list box the user wants to delete 2 of those items so they double click the item and it is dumped to a hidden list box, so if they save the records are deleted and if they click cancel no changes have been made.