コード例 #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();
     }
 }
コード例 #2
0
ファイル: MyChangeCoupons.cs プロジェクト: davinx/himedi
 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();
     }
 }