A
Aussie Rules
Hi,
I have a drop down that I have populated. I am use to using winforms with
the items.add function to add objects to the drop downs, but on web forms it
seems you can only add text string.
How do i then force the drop down to be a specific item in the drop down
(such as setting a default value)
If its possible to add more than just a text string, is it possible to have
an index. For example I want to have a list of countriues in the drop down.
When the user selected a country, say 'France', I am able to access the
index of that item, which may be the 'FR'
Thanks all
I have a drop down that I have populated. I am use to using winforms with
the items.add function to add objects to the drop downs, but on web forms it
seems you can only add text string.
How do i then force the drop down to be a specific item in the drop down
(such as setting a default value)
If its possible to add more than just a text string, is it possible to have
an index. For example I want to have a list of countriues in the drop down.
When the user selected a country, say 'France', I am able to access the
index of that item, which may be the 'FR'
Thanks all