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

 

<!DOCTYPE html>

 

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

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

    <title>Session Example</title>

</head>

<body bgcolor="#9999ff">

   

    <h3>Session Example Results - Multi-Page Web Application.</h3>

 

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

       

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

 

    </form>

 

</body>

</html>