示例#1
0
 private void FillddlSCT(DropDownList ddl, int BMSID)
 {
     ddl.Items.Clear();
     obj_BAL_Student_Dashboard.get_DDLSCT(ddl, BMSID);
 }