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(); } }
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(); } }