Ejemplo n.º 1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        string username  = ((FormsIdentity)HttpContext.Current.User.Identity).Ticket.Name;
        int    shijuanid = int.Parse(Request.QueryString["shijuanid"]);

        lbl_xuehao.Text      = username;
        lbl_shijuanname.Text = CeshiInfo.GetCeshiName(shijuanid);
        lbl_xingming.Text    = StudentInfo.GetStuXingming(username);
        Jianchashijuan(username, shijuanid);
    }