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 / aspnetapplications / startupform.aspx < prev    next >
Encoding:
ASP.NET Web Form  |  2002-03-18  |  2.2 KB  |  40 lines

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="StartupForm.aspx.vb" Inherits="AspnetApplications.StartupForm"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4.     <HEAD>
  5.         <title>StartupForm</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">
  13.             <P><STRONG style="FONT-SIZE: large">ASP.NET Application Demos</STRONG></P>
  14.             <STRONG><FONT size="5">
  15.                     <P>
  16.                         <asp:HyperLink id="HyperLink1" runat="server" Font-Size="Medium" Font-Bold="True" NavigateUrl="RequestForm.aspx">The Request object</asp:HyperLink></P>
  17.                     <P>
  18.                         <asp:HyperLink id="HyperLink2" runat="server" Font-Size="Medium" Font-Bold="True" NavigateUrl="ResponseForm.aspx">The Response object</asp:HyperLink></P>
  19.                     <P>
  20.                         <asp:HyperLink id="HyperLink3" runat="server" Font-Size="Medium" Font-Bold="True" NavigateUrl="TraceForm.aspx">Tracing</asp:HyperLink></P>
  21.                     <P>
  22.                         <asp:HyperLink id="HyperLink4" runat="server" Font-Size="Medium" Font-Bold="True" NavigateUrl="OutputCachingForm.aspx">Output caching</asp:HyperLink></P>
  23.                     <P>
  24.                         <asp:HyperLink id="HyperLink5" runat="server" Font-Size="Medium" Font-Bold="True" NavigateUrl="CacheForm.aspx">The Cache object</asp:HyperLink></P>
  25.                     <P>
  26.                         <asp:HyperLink id="HyperLink6" runat="server" Font-Size="Medium" Font-Bold="True" NavigateUrl="CustomSessionForm.aspx">Custom sessions</asp:HyperLink></P>
  27.                     <P> </P>
  28.                     <P>
  29.                         <asp:LinkButton id="LinkButton1" runat="server" Font-Size="Medium">Throw an exception</asp:LinkButton></P>
  30.                     <P>
  31.                         <asp:HyperLink id="HyperLink7" runat="server" NavigateUrl="ErrorViewerPage.aspx" Font-Bold="True" Font-Size="Medium">View Error Log</asp:HyperLink></P>
  32.                     <P>
  33.                         <asp:HyperLink id="HyperLink8" runat="server" NavigateUrl="publishers.xyz" Font-Bold="True" Font-Size="Medium">The .xyx HTTP handler</asp:HyperLink></P>
  34.                     <P> </P>
  35.                     <P> </P>
  36.                 </FONT></STRONG>
  37.         </form>
  38.     </body>
  39. </HTML>
  40.