protected void BindZyoye() { DataSet dt = StudentInfo.GetStuKechegZuoye(int.Parse(Session["kechengid"].ToString()), Request.QueryString["studentusername"]); GridView1.DataSource = dt; GridView1.DataBind(); }