摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace PhotoSite{ public partial class aspx模版 : System.Web.UI.Page { //#1初始化页面之前 protected void Page_PreInit(object sender, EventArgs e) ... 阅读全文
posted @ 2013-05-28 20:23 勇仔X 阅读(201) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Security;using System.Web.SessionState;namespace Web{ public class Global : System.Web.HttpApplication { //当第一次请求到达网站,被HttpApplication处理之前触发 //在应用程序启动时运行的代码 protected void ... 阅读全文
posted @ 2013-05-28 19:23 勇仔X 阅读(118) 评论(0) 推荐(0) 编辑