Brent Alan
Newcomer
In VB6 these controls had a very useful ItemData property, that I would use to hold an ID. With the new version .Net these controls have been changed and this property is no longer available.
When my form loaded the control would display all my contacts (list would hold the Person Name and the ItemData property would hold the ID), when I selected a person the ID would be passed from the ItemData property to the method that brought back complete details about that person.
Is there a technique with the .Net Combobox control that would allow me to continue with this approach?
Thanks
Brent
When my form loaded the control would display all my contacts (list would hold the Person Name and the ItemData property would hold the ID), when I selected a person the ID would be passed from the ItemData property to the method that brought back complete details about that person.
Is there a technique with the .Net Combobox control that would allow me to continue with this approach?
Thanks
Brent