protected override void OnInit(EventArgs e) { //Populate search category dropdownlist DropdownlistHelper.FillUpDropDown(SDropName, ProviderRecipeCategoryDropdown.categoryListRecipe, "All Category"); base.OnInit(e); }
//Populate the dropdown category list private void GetDropdownCategoryID() { //Populate category dropdown list. DropdownlistHelper.FillUpDropDown(CategoryID, ProviderRecipeCategoryDropdown.categoryListRecipe, "Choose Category"); }