Here's what I need to do:
<option value="IDnumber">NameOfID</option>
I have to do this in VB for a listbox...
A friend of mine wrote that, if it's too confusing then i'll try to reword it.
Thank you,
D!m & WackyMax
Printable View
Here's what I need to do:
<option value="IDnumber">NameOfID</option>
I have to do this in VB for a listbox...
A friend of mine wrote that, if it's too confusing then i'll try to reword it.
Thank you,
D!m & WackyMax
The "IDNumber" is the listindex.
Code:
Combo1.ListIndex
Umm...i'll try to explain it more.
I have values in a combo box and list box. And i want to match them up...meaning when an item is selected in the combo box then a value in the listbox is selected and stored as a string. =/ I hope that explains it better.
Combo1 List1
Item1 1
Item2 2
Item3 3
And as more items are added to the combobox they are right away mtached with items in the listbox...
Man is that confusing or what...
Thanx,
D!m
Ah i have a slow supervisor that didn't tell me that this could easily be done in php as long as i send him the string. So everything is done, thanx for the "help".
Laterz,
D!m