Skip to content

Instantly share code, notes, and snippets.

Created June 10, 2009 23:26
Show Gist options
  • Save anonymous/127574 to your computer and use it in GitHub Desktop.
Save anonymous/127574 to your computer and use it in GitHub Desktop.
<asp:LoginView ID="lgnView" runat="server">
<LoggedInTemplate>
Hello someone I know.
</LoggedInTemplate>
<AnonymousTemplate>
Wait, who are you?
</AnonymousTemplate>
</asp:LoginView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment