N
news.microsoft.com
Hi,
How can we give a combo itemdata value and how to access it. like wise if we
need to assign any numeric value to a selected text in combo we do following
in VB 6 but how to do this in VB.NET
combo1.additem("My Name")
combo1.ItemData(combo1.newindex)=1
in VB.Net we will add value as
combo1.items.add("My Name") but how to add an ItemData in it.
regards.
atif.
How can we give a combo itemdata value and how to access it. like wise if we
need to assign any numeric value to a selected text in combo we do following
in VB 6 but how to do this in VB.NET
combo1.additem("My Name")
combo1.ItemData(combo1.newindex)=1
in VB.Net we will add value as
combo1.items.add("My Name") but how to add an ItemData in it.
regards.
atif.