I want to display all US States in one column.
I have converted the column type to dropdownlist.
Apart from passing a dataset to the dropdownlist, what other methods can I use to populate the dropdownlist with states?
Hello,
The sky is the limit... an XML file as the source... a brute force method call... you name it. I like the XML file approach myself.