摘要:
在checkLogin.cs里有check方法:public static void check(Page aPage) { if (aPage.Session["ok"] == null || aPage.Session["ok"].ToString() != "ok") { aPage.Response.Redirect("login.aspx"); } }在母版页里调用的正确方法:prote... 阅读全文
posted @ 2009-06-01 08:01
cean
阅读(559)
评论(0)
推荐(0)
浙公网安备 33010602011771号