home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 24 aspnet applications / aspnetsecurity / registerpage.aspx < prev    next >
Encoding:
ASP.NET Web Form  |  2002-03-18  |  1.8 KB  |  32 lines

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="RegisterPage.aspx.vb" Inherits="AspNetSecurity.RegisterPage" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4.     <HEAD>
  5.         <title>RegisterPage</title>
  6.         <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
  7.         <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
  8.         <meta name="vs_defaultClientScript" content="JavaScript">
  9.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10.     </HEAD>
  11.     <body>
  12.         <FORM id="Form1" style="FONT-WEIGHT: bold; FONT-SIZE: x-large" method="post" runat="server">
  13.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"><STRONG style="FONT-SIZE: x-large">Register 
  14.                     New User Page</STRONG></P>
  15.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"><FONT size="3">This is a sample page 
  16.                     that should be showed to users that register for the first time. Note that no 
  17.                     code is provide to actually add the user to the database of registered users.</FONT></P>
  18.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"> </P>
  19.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">Enter User name
  20.                 <asp:TextBox id="txtUsername" runat="server"></asp:TextBox></P>
  21.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">Enter Password 
  22.                 <asp:TextBox id="txtPassword" runat="server"></asp:TextBox> </P>
  23.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">Confirm Password 
  24.                 <asp:TextBox id="txtPassword2" runat="server"></asp:TextBox>  
  25.                 <asp:CheckBox id="chkRemember" runat="server" Text="Remember my password"></asp:CheckBox></P>
  26.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">
  27.                 <asp:Button id="btnLogin" runat="server" Text="Login"></asp:Button> </P>
  28.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium"> </P>
  29.         </FORM>
  30.     </body>
  31. </HTML>
  32.