Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

add items to a combo box

I am doing this:

   cmbRunList.Items.Add(myreader("Run Description").ToString())


This run description is what i am shown. How do i add a hidden value to the dropdown that is not shown but i am able to use latter in the code?
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vbnetcoder
vbnetcoder

ASKER

ty