Ejemplo n.º 1
0
 public void BindGrade(string courseid)
 {
     GridView1.DataSource = bm.BindGradeListBySum(courseid);
     GridView1.DataBind();
 }