longmatch
Programmer
- Nov 1, 2001
- 406
I have a drop down list generated from backend databse. The list is used for user's selection. The business rule is that each item can only be selected once. I would like to delete the items user selected from the list. How can I dynamically do this?
For example, I have a drop down list, which have four items, dog, cat, fish, and chicken. After user selects dog, there will be only cat, fish, and chicken left in the list.
Is this doable? how?
Thanks
Longmatch
For example, I have a drop down list, which have four items, dog, cat, fish, and chicken. After user selects dog, there will be only cat, fish, and chicken left in the list.
Is this doable? how?
Thanks
Longmatch