Search Results

Search found 2 results on 1 pages for 'questionbank'.

Page 1/1 | 1 

  • javascript in asp.net

    - by questionbank
    <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> <asp:TextBox ID="TxtHowNotified" runat="server" TextMode="MultiLine" MaxLength="100"></asp:TextBox> i want to enable textbox by clicking on radiobuttonlist but i am not able to do so without making autopostback=true.how can i do it using javascript??

    Read the article

  • jquiry codes???

    - by questionbank
    i need to click on yes option in radiobuttonlist to enable tetbox and no option to disable textbox in asp.net without using autopostback but i have no codes....can i have the codes please... ![ Yes No ][1] ![][2]

    Read the article

1