caesarhk47

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年6月6日

摘要: 1、清除缓存 Response.Expires = 0; Response.Cache.SetNoStore(); Response.AppendHeader("Pragma", "no-cache"); 2、页面嵌套<!--#include file="Cite/top.htm" -->3、获取HTML控件值Request.Form["HTML控件名"].ToString()4、上传图片时,即时将图片显示出来 <INPUT id="uploadFile" onproperty 阅读全文
posted @ 2012-06-06 11:43 caesarhk47 阅读(240) 评论(0) 推荐(0)