<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QueryStringExampleResults.aspx.cs" Inherits="StateManagement.QueryStringExampleResults" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>HTTP QueryString Example</title>
</head>
<body bgcolor="#ffff99">
<form id="form1" runat="server">
<asp:Label ID="lblDisplay" runat="server" Text=""></asp:Label>
</form>
</body>
</html>