JasonNevin
Programmer
Good morning
I've just found out that the value field in a DropDownList must be unique. In which case does anybody know of a way of dealing with duplicate values? I want to be able to select from a long list which automatically assigns my selection a score.
i.e Red=0,Blue=1,Green=0,Yellow=0,Orange=1.
If you code this using a normal dropdownlist and select Green the value Red is actually selected because the value is used to select the item. Anyone got a workaround?
I've just found out that the value field in a DropDownList must be unique. In which case does anybody know of a way of dealing with duplicate values? I want to be able to select from a long list which automatically assigns my selection a score.
i.e Red=0,Blue=1,Green=0,Yellow=0,Orange=1.
If you code this using a normal dropdownlist and select Green the value Red is actually selected because the value is used to select the item. Anyone got a workaround?