Click to See Complete Forum and Search --> : itemdata in combobox


DeivaGanesh
March 4th, 2003, 11:28 PM
Hi all.

Like the Itemdata of Combobox in the vb6- how do i store some data pertaining to the items of the combobox in VB.NET.


Thnxs for ur time.
DeivaGanesh

DSJ
March 7th, 2003, 08:17 AM
In .NET the "Item" in the combobox is an object, not a string so you can store any kind of object you want there making the possibilities limitless.