Beispiel #1
0
 protected override void AttachChildControls()
 {
     this.changeCoupons              = (Common_Coupon_ChangeCouponList)this.FindControl("Common_Coupon_ChangeCouponList");
     this.changeCoupons.ItemCommand += new Common_Coupon_ChangeCouponList.CommandEventHandler(this.changeCoupons_ItemCommand);
     if (!this.Page.IsPostBack)
     {
         this.BindCoupons();
     }
 }
Beispiel #2
0
 protected override void AttachChildControls()
 {
     this.changeCoupons = (Common_Coupon_ChangeCouponList) this.FindControl("Common_Coupon_ChangeCouponList");
     this.changeCoupons.ItemCommand += new Common_Coupon_ChangeCouponList.CommandEventHandler(this.changeCoupons_ItemCommand);
     if (!this.Page.IsPostBack)
     {
         this.BindCoupons();
     }
 }