DropDownList加入Value和Text


DropDownList1.Items.Add(New ListItem(這裏是Text, 這裏是Value))

DropDownList1.Items.Add(new ListItem("11","台北市"));

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *