A
AussieRules
Hi,
In VB you can add an object to a combo such as
dim ob as object
ob.id = 1
ob.name = 'sample'
cbobox.items.add(ob)
These does not seem to work in asp.net.
How can I do this, I want to add object items into a dropdown, and when the
user selects an option I can get the id value. The name is no use to me, as
the administrator can change it based on there language.
Thanks
In VB you can add an object to a combo such as
dim ob as object
ob.id = 1
ob.name = 'sample'
cbobox.items.add(ob)
These does not seem to work in asp.net.
How can I do this, I want to add object items into a dropdown, and when the
user selects an option I can get the id value. The name is no use to me, as
the administrator can change it based on there language.
Thanks