G
Gerry
I need to populate a drop-down list box with names from a
table (via SQL Stored Proc). Each name has a unique ID
associated with them e.g.
NameID 1
Name "My Name"
The problem is how can I tell the combo box the ID
associated with each name added to it.
(I used to use Itemdata from vb6) - is there
something similar/or better I could use here ?
Thanks
Gerry
table (via SQL Stored Proc). Each name has a unique ID
associated with them e.g.
NameID 1
Name "My Name"
The problem is how can I tell the combo box the ID
associated with each name added to it.
(I used to use Itemdata from vb6) - is there
something similar/or better I could use here ?
Thanks
Gerry