Beispiel #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         DropDownManager.PopulateYear(ddlYear);
         DropDownManager.PopulateSchool(ddlSchool);
         DropDownManager.GetLGA(ddlLocalGovt, "ED");
     }
 }