D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\Web\CacheManagement.aspx
<!--
* This file was generated by ProCG version 2.0
*
* File name: Northwind\Web\CacheManagement.aspx
* Language: C# - ADO.Net
* Database: My Sql
*
* Copyright (c) 2002-2019 iGenXSoft.
* For more information visit http://www.igenxsoft.com
*-->
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CacheManagement.aspx.cs" Inherits="CacheManagement" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Cache Management</title>
<style type="text/css">
.style1
{
width: 100%;
}
</style>
</head>
<body>
<form id="Form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
</Scripts>
</asp:ScriptManager>
<table class="style1">
<tr>
<td>
<asp:Button ID="RefreshButton" runat="server" Text="Refresh Results"
onclick="RefreshButton_Click" />
<asp:Button ID="ClearButton" runat="server" Text="Clear Resuls"
onclick="ClearButton_Click" />
<asp:Button ID="ClearCodesButton" runat="server" Text="Clear Codes"
onclick="ClearCodesButton_Click" />
</td>
<td>
</td>
</tr>
<tr>
<td>
<asp:Panel ID="Panel1" runat="server" CssClass="Panel">
<asp:GridView ID="ResultsGridView" runat="server" CellSpacing="0" CellPadding="3">
</asp:GridView>
</asp:Panel>
<cc2:RoundedCornersExtender ID="Panel1_RoundedCornersExtender" runat="server"
TargetControlID="Panel1" Radius="10">
</cc2:RoundedCornersExtender>
</td>
<td>
</td>
</tr>
</table>
<br />
</form>
</body>
</html>
<!-- 1854 ProCG uses this line - don't edit it -->