Ejemplo n.º 1
0
 protected void RemoveCategoryButton_Click(object sender, EventArgs e)
 {
     if (ProductCategories.RemoveProductCategory(this.CategoryPath.CurrentCategoryId))
     {
         this.CategoryDropDown.Refresh();
         this.SetCurrentCategory(this.CategoryPath.CurrentParentCategoryId);
     }
     CategoryCache.ClearCategoryCache();
 }