摘要:
1. 打开新的窗口并传送参数: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Re... 阅读全文
摘要:
本文是我对ASP.NET页面载入速度提高的一些做法,这些做法分为以下部分: 1.采用 HTTP Module 控制页面的生命周期。 2.自定义Response.Filter得到输出流stream生成动态页面的静态内容(磁盘缓存)。 3.页面GZIP压缩。 4.OutputCache 编程方式输出页面缓存。 5.删除页面空白字符串。(类似Google) 6.完全删除ViewState。... 阅读全文