看板
[ Ajax ]
討論串[問題] RadioButton選取之後的控制項致能與否??
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
你主要問題是在於. asp.net的元件id跟實際在cient端的id是不一樣的. 例如你的DropDownList在server上他的id是DropDownList1. 但是在server render HTML的時候 他其實還是一個 <input>. 然後他的id也會被改變. 而javascri
(還有36個字)
內容預覽:
各位前輩好,小弟寫ASP.NET遇到一的問題. 有關JAVASCRIPT如下. function fncEnable() {. if (RadioButton1.checked) {. document.DropDownList1.disabled = false;. document.DropDo
(還有431個字)
首頁
上一頁
1
下一頁
尾頁