home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2002-03-18 | 1.8 KB | 32 lines |
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="RegisterPage.aspx.vb" Inherits="AspNetSecurity.RegisterPage" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title>RegisterPage</title>
- <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
- <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body>
- <FORM id="Form1" style="FONT-WEIGHT: bold; FONT-SIZE: x-large" method="post" runat="server">
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"><STRONG style="FONT-SIZE: x-large">Register
- New User Page</STRONG></P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"><FONT size="3">This is a sample page
- that should be showed to users that register for the first time. Note that no
- code is provide to actually add the user to the database of registered users.</FONT></P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"> </P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">Enter User name
- <asp:TextBox id="txtUsername" runat="server"></asp:TextBox></P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">Enter Password
- <asp:TextBox id="txtPassword" runat="server"></asp:TextBox> </P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">Confirm Password
- <asp:TextBox id="txtPassword2" runat="server"></asp:TextBox>
- <asp:CheckBox id="chkRemember" runat="server" Text="Remember my password"></asp:CheckBox></P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">
- <asp:Button id="btnLogin" runat="server" Text="Login"></asp:Button> </P>
- <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"> </P>
- </FORM>
- </body>
- </HTML>
-