Question
Populating a combobox
Hi. I'm trying to populate a combobox based on a string.
I get my data from an asp page therefore my string contains the following
Region = "Region1-23,Region2-44,Region3-53"
How can I populate a combobox using this string??? I would like as label Region1 and as data the number next to it.
Any help would be greatly appreciated.
I get my data from an asp page therefore my string contains the following
Region = "Region1-23,Region2-44,Region3-53"
How can I populate a combobox using this string??? I would like as label Region1 and as data the number next to it.
Any help would be greatly appreciated.