protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         C3ProductListFooterHTML = BrandProductHelper.InitBrandProductList2Footer(C3CategorySysId, Attribution2Ids, BrandID);
     }
 }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         C3ProductListFooterHTML = BrandProductHelper.InitBrandProductList1Footer(BrandID);
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Response.Write(BrandProductHelper.GetBrandProductList1HTML(OrderTag, StartIndex, BrandID, Order));
     }
 }
Example #4
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Response.Write(BrandProductHelper.GetBrandProductList2HTML(OrderTag, StartIndex, C3CategorySysId, C1CategorySysId, C2CategorySysId, Attribution2Ids, BrandID, Order));
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     ((Site)this.Master).IsHomePage = false;
     if (!IsPostBack)
     {
         SubCategoryNavigation1.C1SysNo = BrandProductHelper.GetBrandProductsC1SysNo(BrandID);
         Search1C3Filter = BrandProductHelper.GetBrandProductsC3Names(BrandID);
         SearchHotCommentProductsHTML = FrontProductsHelper.GetSearchHotCommentedProductsHTMLWrapper();
     }
 }