DropDownList加入Value和Text DropDownList1.Items.Add(New ListItem(這裏是Text, 這裏是Value)) DropDownList1.Items.Add(new ListItem("11","台北市"));