摘要: /// <summary> /// 获得上一页面的URL /// </summary> public string EnterURL { get { object oEnterURL = this.ViewState["oEnterURL"]; return oEnterURL == null ? string.Empty : (string)oEnterURL; } se... 阅读全文
posted @ 2010-04-23 18:05 StarWang 阅读(211) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?><configuration><configSections> <section name="coolite" type="Coolite.Ext.Web.GlobalConfig" requirePermission="false"/> <sectionGroup name="system.web.e... 阅读全文
posted @ 2010-04-23 17:47 StarWang 阅读(661) 评论(0) 推荐(0) 编辑