In the Page_Load() of the Masterpage.cs try out the following if(Session["login"]!="") //make visible the "logout" link else //make visible the "login" link
P
prateeksinghgangwar
@prateeksinghgangwar
In the Page_Load() of the Masterpage.cs try out the following if(Session["login"]!="") //make visible the "logout" link else //make visible the "login" link