I have a mylist model entity which contains a IEnumerable field.
I d like to populate mylist and another to retreive possible elements, retreiving the elements from another mylist entity. So, I would have two listboxes, one related to my mylist , the other one containing all the poexisting elements.... In particular I d like to have the possibility put/remove elements using two add/remove buttons, acting in the following way:
MYLIST FIELD FULL MYLIST
############## ###############
# EL #1 # # EL #2 #
# EL #3 # # EL #4 #
# # <-- # EL #5 #
# # --> # ... #
# # # EL #n #
############## ###############
请让我提出一些建议/实例?