求助,判断用户登陆
if (this.Session["adminid"] == null){
Response.Redirect("default.aspx");
}
这个每个页面都写,很麻烦,有没有省事的办法?这个写在单独的一个页面里,然后其他页面都来包含他
如果单独写的话,写在哪个页面? .aspx .ascx 还是什么?包含的时候应该怎么包含?
2007-10-15 11:51

2007-10-15 12:04
2007-10-15 12:24
2007-10-15 13:47
2007-10-15 14:27
2007-10-15 15:05
2007-10-15 20:12
2007-10-18 18:06
2007-10-18 18:27