代码改变世界

随笔分类 -  asp.net webForm

freetextbox的使用方法

2010-11-03 11:52 by yesmadom, 324 阅读, 收藏,
摘要: 版本: FreeTextBox 3.1.1 ASP.NET1.11.下载 FreeTextBox 3.1.1 (released 2005/11/08)http://www.freetextbox.com/downloads.aspx2. 安装FreeTextBox 3.0以上版本均支持内部模式,即图片资源和javascript都集成在dll中, 本文仅探讨内部模式(Internal Resour... 阅读全文

asp.net 缓存

2010-10-21 11:31 by yesmadom, 225 阅读, 收藏,
摘要: 1.页面缓存  要实现页面输出缓存,只要将一条 OutputCache 指令添加到页面即可。   <%@ OutputCache CacheProfile=" " NoStore="True | False" Duration="#ofseconds" Shared="True | False"Location="Any | Client | Downstream | Server | No... 阅读全文