예제 #1
0
 protected override void AttachChildControls()
 {
     this.repcountdown            = (Repeater)this.FindControl("repcountdown");
     this.repcountdown.DataSource = PromoteHelper.GetCounDownProducListNew(this.maxNum);
     this.repcountdown.DataBind();
 }