public void Databind()
 {
     connection gp = new connection();
     GridView1.DataSource = gp.GradeChangePoint();
     GridView1.DataBind();
 }