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