I have a series of labels each holding data that I would like to store in a List by the user hitting a "Save" button after highlighting a label.
How do I prevent the user from repeatingly entering the same label information by hitting "Save" multiple times. I would like the label to retain the information.
I suppose a "RemoveItem" method is involved, but I'm having trouble coding it.
Any help would be appreciated.
How do I prevent the user from repeatingly entering the same label information by hitting "Save" multiple times. I would like the label to retain the information.
I suppose a "RemoveItem" method is involved, but I'm having trouble coding it.
Any help would be appreciated.