Hi all,
I have an asp page that utilizes a combo box connected to a database. Currently the combo box pulls in a "code" related to a table in a database. However, I want to know if it is possible to show the corresponding description in the box, when the drop-down is “showing”?
So for instance, when I click on the combo box the drop down list shows all codes with descriptions next to each code. However, after selecting the code, only the value (Code) is populated into the text area of the combo box.
Is this possible?
Thanks,
MDA
I have an asp page that utilizes a combo box connected to a database. Currently the combo box pulls in a "code" related to a table in a database. However, I want to know if it is possible to show the corresponding description in the box, when the drop-down is “showing”?
So for instance, when I click on the combo box the drop down list shows all codes with descriptions next to each code. However, after selecting the code, only the value (Code) is populated into the text area of the combo box.
Is this possible?
Thanks,
MDA