If I have a text file with all the state names & 2-letter abbreviations, how do I read that in to a Combobox & set the Display member & Value member? I want the Combo to show the full state name, but get the 2-letter abbreviation for it when selected. Thanks...
Text file format is as follows:
Code:Alabama,AL Alaska,AK Arizona,AZ Arkansas,AR etc...




Reply With Quote