Exemple #1
0
 public void GetChooseCourseTable(string st_Id, string pc_Year, int pc_Term, GridView gvChooseTable)
 {
     gvChooseTable.DataSource = course.GetChooseCourseTable(st_Id, pc_Year, pc_Term);
     gvChooseTable.DataBind();
 }