Providing a login for the end user using the Login control : Login « Login Security « ASP.Net






Providing a login for the end user using the Login control

 
<%@ Page Language="VB" %>
    
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Login Page</title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:Login ID="Login1" Runat="server">
        </asp:Login>
    </form>
</body>
</html>
 

 








Related examples in the same category

1.A formatted Login control
2.The Login.aspx page (C#)
3.The Login.aspx page (VB)
4.Windows Security
5.Forms Security Setup