【发布时间】:2013-09-29 04:15:36
【问题描述】:
<asp:RadioButtonList ID="rdStatus" onclick="javacript:display();" runat="server" RepeatDirection="Vertical">
<asp:ListItem Text="Temporary Waiver" Value="T" Selected="True"></asp:ListItem>
<asp:ListItem Text="Never Expires" Value="P"></asp:ListItem>
<asp:ListItem Text="Expires after the close of:" Value="W"></asp:ListItem>
</asp:RadioButtonList>
function display()
{
if(radiobuton is enabled)
//code here
else
//code here
}
请提出一些想法来检测锄头来检查单选按钮是禁用还是启用
【问题讨论】:
-
能否分享生成的html而不是asp代码
标签: jquery asp.net radio-button isenabled