0
A
回答
0
我想你的意思是SelectedIndexChanged事件不會觸發,因爲you'vent將AutoPostBack設置爲true。
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True"
onselectedindexchanged="RadioButtonList1_SelectedIndexChanged">
</asp:RadioButtonList>
代碼
protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
{
TextBox4.Enabled = false;
}
相關問題
- 1. 從Codebehind中選擇設置Radiobuttonlist
- 2. asp.net radiobuttonlist不會觸發選擇
- 3. ASP.NET使用JavaScript選擇RadioButtonList值
- 4. CustomValidator文本框需要radiobuttonlist選擇
- 5. QAbstractSpinBox - indexChanged信號
- 6. 用於radiobuttonlist的java腳本選擇和取消選擇
- 7. Radiobuttonlist選定的值
- 8. radiobuttonlist選定值javascript
- 9. 從RadioButtonList中選擇單選按鈕,URL爲
- 10. Radiobuttonlist在視覺上允許多個選擇並鎖定到第一個選擇
- 11. 如何閱讀下拉列表中選擇的哈希表鍵和值選擇indexchanged事件
- 12. ASP RadioButtonList。已選問題
- 13. RadioButtonLIst選項爲「其他」
- 14. radiobuttonlist
- 15. NullException在RadioButtonList中沒有選擇任何值時的錯誤
- 16. 如何在GridView中的RadioButtonList中預先選擇一個值
- 17. 如何驗證RadioButtonList是否在C#中檢查/選擇它?
- 18. 如何用量角器選擇radiobuttonlist中的值?
- 19. 在WinForms中使用ASP.NET的RadioButtonList功能有什麼選擇?
- 20. ASP.Net RadioButtonList的:使用jQuery來獲取列表項選擇
- 21. IE在JavaScript函數返回false後取消選擇RadioButtonList
- 22. Asp.Net RadioButtonList選擇的ListItem頁面上不能識別
- 23. 從radiobuttonlist選擇的數字文本框控件
- 24. ASP.Net MVC查看與RadioButtonList與其他自由格式選擇
- 25. 從Repeater控件中的數據中選擇RadioButtonList中的值
- 26. RadioButtonList CustomValidator
- 27. Dynamic radiobuttonlist
- 28. RadioButtonList OnSelectedIndexChanged
- 29. Threaded RadioButtonList
- 30. radiobuttonlist選定的值和它的驗證