I am working on a web page and I need to hide/show different parts depending on what the user selects.
I want to have a dropdownlist :
<asp
ropDownList ID="Applied" runat="server" Width="134px">
<asp:ListItem Selected="True" Value="no">No</asp:ListItem>
<asp:ListItem Value = "yes" >Yes(If yes, Select Date)</asp:ListItem>
And if the user selects "yes" on the list, it makes the calender:
<asp
ropDownList ID="Applied" runat="server" Width="134px">
<asp:ListItem Selected="True" Value="no">No</asp:ListItem>
<asp:ListItem Value = "yes" >Yes(If yes, Select Date)</asp:ListItem>
</asp
ropDownList>
<br />
<asp:Calendar ID="Calendar1" runat="server" Visible="False"></asp:Calendar>
Visible to "true"
anyone know what the script for this would be?
</asp
ropDownList>
I want to have a dropdownlist :
<asp

<asp:ListItem Selected="True" Value="no">No</asp:ListItem>
<asp:ListItem Value = "yes" >Yes(If yes, Select Date)</asp:ListItem>
And if the user selects "yes" on the list, it makes the calender:
<asp

<asp:ListItem Selected="True" Value="no">No</asp:ListItem>
<asp:ListItem Value = "yes" >Yes(If yes, Select Date)</asp:ListItem>
</asp

<br />
<asp:Calendar ID="Calendar1" runat="server" Visible="False"></asp:Calendar>
Visible to "true"
anyone know what the script for this would be?
</asp
