摘要: public partial class Test: System.Web.UI.Page { public string m_Name; protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) { m_Name... 阅读全文
posted @ 2008-05-21 17:44 许晓光 阅读(259) 评论(0) 推荐(0)
摘要: 1. Request.redirect 2. Database logging 3. Event logging protected void Application_Error(object sender, EventArgs e) { Exception x = Server.GetLastError().GetBaseException(); EventLog.WriteEntry(LO... 阅读全文
posted @ 2008-05-21 14:38 许晓光 阅读(223) 评论(0) 推荐(0)