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