O
oldyork90
I have a active combobox that lists colors
red
green
purple
When the user select the color and the _change event fires I want to see
a secondary value related to the color. For example, if red is selected I want
to read "fire", or if green is selected, I want to read "grass".
I want this information contained within the control. Is this possible? Like a drop down in HTML that has a name and value. You don't see the value, just the name.
thank you
red
green
purple
When the user select the color and the _change event fires I want to see
a secondary value related to the color. For example, if red is selected I want
to read "fire", or if green is selected, I want to read "grass".
I want this information contained within the control. Is this possible? Like a drop down in HTML that has a name and value. You don't see the value, just the name.
thank you