<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SessionExample2b.aspx.cs" Inherits="StateManagement.SessionExample2b" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body bgcolor="#009999">
<form id="form1" runat="server">
<div>
<asp:GridView ID="gvProducts" runat="server">
</asp:GridView>
<asp:Button ID="btnPreviousPage" runat="server" Text="Previous Page" OnClick="btnPreviousPage_Click" />
</div>
</form>
</body>
</html>