页面级的数据缓存问题
怎样实现页面级的数据缓存啊?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ControlCache.aspx.cs" Inherits="ControlCache" %>
<%@ OutputCache Duration="10" SqlDependency="AdventureWorks:Location" VaryByParam="None"%>
这个代码不对吗?
2008-06-22 05:34