C# combobox populated from xml file
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to load a list of number in a combobox, it seems to be reading the xml file elements but it is reading my numbers as the index for the combobox here is my xml file data that is is reading 21, "21" 20, "20" 19 19 18 17 16 15 14 13 12 11 10 all i get is a blank drop down list, if you want to see the code let me know but the code is working to read the other elements and filling text boxes