Exemple #1
0
 protected override void AttachChildControls()
 {
     this.regroupbuy            = (Repeater)this.FindControl("regroupbuy");
     this.regroupbuy.DataSource = PromoteHelper.GetGroupByProductList(this.maxNum);
     this.regroupbuy.DataBind();
 }