除錯程式時出現「dropdownlist 不能有多個項被選定」的錯誤
原程式me.cbofiles.items.findbytext("不選擇").selected = true
if not cbofiles.items.findbytext(filename) is nothing then
cbofiles.items.findbytext(filename).selected = true
end if
錯誤分析:
dropdownlist被選定的選項可能有多個。
修改後:
if not cbofiles.items.findbytext(filename) is nothing then
cbofiles.items.findbytext(filename).selected = true
else
me.cbofiles.items.findbytext("不選擇").selected = true
end if
更完善的解決,單獨寫成乙個方法:
public static void selectedsingleitem(system.web.ui.webcontrols.dropdownlist list,string svalue )
else}}
DropDownList不能選中的問題
今天在做乙個列表頁面跳轉到詳細資訊頁面的時候,發現了乙個很怪異的現象 通過位址列的id來匹配乙個dropdownlist的value值,並讓相應的項選中。先來看看我的 if dropdownlist1.items.count 0 這是乙個很簡單的需求,但是我發現我的最終想要的結果總是不能出現。到底問...
人不能有過去
在經歷 了m次吵架和n次說分手後 注 m n 10 今天終於走到了這一刻,雖然自己一直在堅持,總是以為將來會好了,麵包會有的,忌廉會有的,但是所有的一切自己複雜的過去,以及過去給她帶來的傷害的時候,尤其是自己一次次的食言,一切都顯得那麼的慘白。與其是大家一次次的傷害,與其去面對所有的不信任,現在這個...
json檔案不能有注釋
之前一直忽視了這個問題,直接導致taiga front的部署的時候不能通過其他ip訪問。如圖 首先是提示 這樣導致用預設的conf 也就是後面那句 failed to load resource net localhost 8000 api v1 stats discover failed to l...