玄铁剑

成功的途径:抄,创造,研究,发明...
posts - 128, comments - 42, trackbacks - 0, articles - 174

頁面cache導致數據不刷新的問題

Posted on 2006-12-25 15:31 玄铁剑 阅读(207) 评论(0)  编辑 收藏 引用 所属分类: asp.net

  <system.web>
    <caching>
      <outputCacheSettings>
        <outputCacheProfiles>
          <add name="NoneCache" duration="0"   
            varyByParam="none" />
        </outputCacheProfiles>
      </outputCacheSettings>
    </caching>
  </system.web>


<%@ OutputCache CacheProfile="NoneCache" %>


注意:duration不為零可能會引起頁面狀態錯誤(如按鈕要點幾次的狀況發生,比較奇怪).

只有注册用户登录后才能发表评论。