2010年2月9日
摘要: asp.net网页原文件中总出现一段很长的viewstate代码看着就头痛 所以在网上找了篇文章解决了这个问题,虽然VIEWSTATE没有完全隐藏,但大大的改善了网页源文件中VIEWSTATE的长度原作者博客http://www.cnblogs.com/wzg0319/archive/2009/11/19/1606195.html感谢该作者提供的帮助 谢谢public class XVPage :... 阅读全文
posted @ 2010-02-09 14:03 蒜毫 阅读(711) 评论(0) 推荐(0)
  2009年12月12日
摘要: <?xml version="1.0"?><configuration> <configSections> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensi... 阅读全文
posted @ 2009-12-12 16:34 蒜毫 阅读(797) 评论(0) 推荐(0)
  2009年11月28日
摘要: 第一种 //源码是替换掉模板中的特征字符 string mbPath = Server.MapPath("template.aspx"); Encoding code = Encoding.GetEncoding("gb2312"); StreamReader sr = null; StreamWriter sw = null; string str = null; //读取 try { sr =... 阅读全文
posted @ 2009-11-28 16:25 蒜毫 阅读(220) 评论(0) 推荐(0)