2013年5月14日
摘要: 上面图中,如果你没有勾选"使用布局或母版页",但是,你新添加的界面又用了母版页,那么问题就出现在:@{ Layout = null;}在视图最上面添加这个,那么,就不会出现这样的小问题了,我遇到了,弄了半天才发现,呵呵,我是菜鸟,所以,希望大家不要像我那样,浪费你们宝贵的时间。 阅读全文
posted @ 2013-05-14 15:46 福气满满好运连连 阅读(149) 评论(0) 推荐(0) 编辑
摘要: HashTable来进行存储:Hashtable ht = new Hashtable();string orgCodePath = Server.MapPath(ConfigurationSettings.AppSettings["orgCodePath"]);//string orgCodePath = Server.MapPath("http://www.cnblogs.com/template/home/orgCode.xml");XmlDocument xmldoc = new XmlDocument();xmldoc.Load(orgCode 阅读全文
posted @ 2013-05-14 15:27 福气满满好运连连 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 大家都注意了:html中获取一对标签里面的值,一定要注意空格,今天我就被这个空格害死了,大家一定要记住哟 阅读全文
posted @ 2013-05-14 10:03 福气满满好运连连 阅读(110) 评论(0) 推荐(0) 编辑