Ejemplo n.º 1
0
 private void IntitData(string col = "")
 {
     Students_gv.DataSource = adminManager.SearchTeaByCol(col);
     Students_gv.DataBind();
 }
Ejemplo n.º 2
0
 private void IntitData(string col = "")
 {
     Students_gv.DataSource = teacherManager.SearchStuSocByCol(col);
     Students_gv.DataBind();
 }