<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebAPISessionExample_Results.aspx.cs" Inherits="WebAPIClient.WebAPISessionExample_Results" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Web API 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>