Sniffer Bits

Sniffer Bits

  • NA
  • 3
  • 10.6k

How do i load a XML data to a Combobox?

Feb 21 2014 4:18 AM
hi friends,
I have search this on this net but most XML data they have used only with one attributes. My XML structure as follows
 
<Countries>
<Country>
<ISO>USA</ISO>
<Name>United States</Name>
</Country>
<Country>
<ISO>RUS</ISO>
<Name>Russian Federation</Name>
</Country>
<Country>
<ISO>PRC</ISO>
<Name>China</Name>
</Country>
</Countries>
 
How do I load above data to a combobox, have Display Member as Name and the Value Member as ISO?

Answers (2)