how to enable textbox when radiobuttonlist is selected yes in asp.net using jquery without using aut

Posted by user359497 on Stack Overflow See other posts from Stack Overflow or by user359497
Published on 2010-06-06T02:38:52Z Indexed on 2010/06/06 2:42 UTC
Read the original article Hit count: 159

Filed under:
![<asp:RadioButtonList ID="RdoBtnHasNotified" runat="server" RepeatDirection="Horizontal" AutoPostBack="True" OnSelectedIndexChanged="RdoBtnHasNotified_SelectedIndexChanged">
                    <asp:ListItem Value="1">Yes</asp:ListItem>
                    <asp:ListItem Value="0" Selected="True">No</asp:ListItem>
                </asp:RadioButtonList></td>][1]

![][2]

© Stack Overflow or respective owner

Related posts about ASP.NET