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