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?