<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ApplicationExample1_Results.aspx.cs" Inherits="StateManagement.ApplicationExample1_Results" %>

 

<!DOCTYPE html>

 

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="Head1" runat="server">

    <title>Application State Example</title>

</head>

<body bgcolor="#9999ff">

   

    <h3>This Application State Example demonstrates maintaining the number of times a button was clicked

        for all sessions of the web application through the use of the Application

        variable.<br />

    </h3>

 

 

    <form id="form1" runat="server">

       

        <asp:Label ID="lblDisplay" runat="server" Font-Bold="True"

            Text="Results for &quot;People Magazine's 2013 Sexiest Man Alive&quot;"

            Font-Size="Large" ForeColor="#003366"></asp:Label>

                  

        <br /> <br />

 

        <asp:Label ID="lblResults" runat="server" Text="Label"></asp:Label>

       

        <br />

 

    </form>

 

</body>

</html>