06 2008 档案
摘要:可以缓存页面的一个文件或一组文件,设置依赖,但文件被改时,缓存失效 aspx在头的地方写 可以在此调用时间方便知道是否缓存 protected void Page_Load(object sender, EventArgs e) { Response.AddFileDependency(MapPath("luca.xml")); } 用Gridview绑定...
阅读全文
摘要:如果你是根据参数来插入数据的话可以用此方法 protected void Page_PreInit(object sender, EventArgs e) { if (Request.QueryString["id"] != null) { SqlCommand cmd = new SqlCommand("insert i...
阅读全文
摘要:GetEmu(CustomerKind.Normal); public enum CustomerKind { Normal = 90, Vip = 80, SuperVip = 70, InActive = 100 } //一种是用来判断 public void GetEmu(CustomerKind c) { ...
阅读全文
摘要:AspShowMsg.InnerHtml = ShowMsgDiv("hello world"); public static string ShowMsgDiv(string str) { StringBuilder Msg = new StringBuilder(); Msg.Append(""); ...
阅读全文

浙公网安备 33010602011771号