Ejemplo n.º 1
0
 private void fillDropDownList()
 {
     CommonFillMethods.FillDropDownListBloodGroup(ddlBloodGroup);
     CommonFillMethods.FillDropDownListCity(ddlCity);
     CommonFillMethods.FillDropDownListContactCategory(ddlContactCategory);
     CommonFillMethods.FillDropDownListCountry(ddlCountry);
     CommonFillMethods.FillDropDownListState(ddlState);
 }
Ejemplo n.º 2
0
 private void fillDropDownList()
 {
     CommonFillMethods.FillDropDownListCountry(ddlCountry);
 }