close

DropDownList 常會事前先寫入值
再經由資料庫撈值放到相對應的位置
若DropDownList沒值就會發生錯誤
在網路上找了許久,才寫出答案...

Me.DropDownList.DataBind()
DropDownList.SelectedIndex = DropDownList.Items.IndexOf(DropDownList.Items.FindByValue("值"))


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 Roger 的頭像
    Roger

    歡迎~ 程式設計 學生 作業 專題製作 程式外包 家教...

    Roger 發表在 痞客邦 留言(0) 人氣()