Posted on: 12/28/2014 2:33:39 PM | Views : 554

Well, Im trying to do a login on sitemaster, It works fine.. but on Login i want a label to have something stored.. and  something disappear
This is my sitemaster code.. 
<form id="Form1" runat="server"> <div class="wrap"> <div class="headerwrap"> <div class="logo"><a href="<%= Page.ResolveUrl("~/Default.aspx") %>"><img width="70%" height="85%" src="<%= Page.ResolveUrl("~/images/hiremelogo.png") %>" /></a></div> <div id="container"> <a href="<%= Page.ResolveUrl("~/Default.aspx?logout=1") %>"><div class="logout" id="logout" runat="server"><div class ="text">Logout</div></div></a> ...

Go to the complete details ...