<asp:HyperLink ID="signUp" runat="server" CssClass="row5"> <span>SIGNUP to </span> <br /> <span>SEE</span> </asp:HyperLink>
<asp:HyperLink ID="signUp" runat="server" CssClass="row5" onclick="signUp_click"> <span>SIGNUP to </span> <br /> <span>SEE</span> </asp:HyperLink>
protected void signUp_click(object sender, EventArgs e) { panel1.Visible=true; panel2.Visible=false; signUp.Visible=false; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)