Login and logout features of the LoginStatus control : LoginStatus « Login Security « ASP.Net






Login and logout features of the LoginStatus control

<%@ Page Language="VB" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>Login or Logout</title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:LoginStatus ID="LoginStatus1" Runat="server" />
    </form>
</body>
</html>

 








Related examples in the same category

1.Displaying the username of the authenticated user
2.outputs the name of the currently logged user as authenticated by the ASP.NET application
3.Welcome page