日期:2014-05-17 浏览次数:20493 次
protected void Page_Load(object sender, EventArgs e)
{
if (Session["userid"] == null)
{
Response.Write(" <script> parent.window.location.href= '../login.aspx '</script> ");
}
dr = Users.Users.GetUserById(int.Parse(Session["userid"].ToString()));
}