关于XML,DropDownList动态绑定的问题
<?xml version="1.0" encoding="UTF-8"?>
<root>
<CountryItem>
<Item Value="CN">中国</Item>
<Item Value="AM">美国</Item>
<Item Value="JP">日本</Item>
<Item Value="GE">德国</Item>
</CountryItem>
</root>
.DataTextField 绑定中文字
.DataValueField 绑定节点属性Value的值
如何写呢?