Click Here To Get Amazing Facebook Profile Covers,Status Messages

hide the login control for the users already logged in

No replies
screwu's picture
screwu
User offline. Last seen 2 years 33 weeks ago. Offline
Joined: 10/02/2009

I have developed an ASP.NET application that requires user to login.I placed the login control in master page so that anonymous users can see it in every page.But i want it to be hidden for the users already logged in to site.Is there any better way to do this other than hiding/unhiding it in codebehind.