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 / protectedpage.aspx < prev    next >
Encoding:
ASP.NET Web Form  |  2002-02-27  |  819 b   |  20 lines

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="ProtectedPage.aspx.vb" Inherits="AspNetSecurity.WebForm1" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4.     <HEAD>
  5.         <title>WebForm1</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" method="post" runat="server" style="FONT-WEIGHT: bold; FONT-SIZE: xx-large">
  13.             <P>Welcome to this protected page
  14.             </P>
  15.             <P style="FONT-WEIGHT: normal; FONT-SIZE: medium">
  16.                 <asp:Label id="lblUserInfo" runat="server"></asp:Label></P>
  17.         </form>
  18.     </body>
  19. </HTML>
  20.