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
Printable View
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
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.