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