if ( nodelist.Count >0 ) { //DropDownList1.Items.Clear();
foreach(XmlElement el in nodelist)//讀元素值 { //DropDownList1.Items.Add(el.Attributes["key"].InnerXml); //this.TextBox2.Text=el.Attributes["key"].InnerText; this.TextBox2.Text=el.Attributes["key"].Value; this.Label1.Text=el.Attributes["value"].Value;