Chunda
-
6/22/2009 9:37:19 AM
Check if user logged in with inline .Net
Hi,
I have a static HTML area which has some links to various parts of the site and I want to add a login/logout hyperlink within the list is there a way to check this with some inline .NET e.g.
<a href="Menu1.aspx">Menu1</a> <% if UserLoggedIn() then %> <a href="Login.aspx">Login</a> <% end if %> <a href="Menu2.aspx">Menu2</a>
Thanks Paul
|