Exemplo n.º 1
0
 public void Databind(string id)
 {
     GridView1.DataSource = bm.CourseDataBind(id);
     GridView1.DataBind();
 }