Exemple #1
0
 private void FillDDLFieldGroup(DropDownList ddl)
 {
     ddl.Items.Clear();
     obj_BAL_Student_Dashboard.get_DDLFieldGroup(ddl);
 }