Exemplo n.º 1
0
 protected override void AttachChildControls()
 {
     this.dlstPtConsultationReplyed = (ThemedTemplatedList)this.FindControl("dlstPtConsultationReplyed");
     this.pagerConsultationReplyed  = (Pager)this.FindControl("pagerConsultationReplyed");
     PageTitle.AddSiteNameTitle("咨询/已回复", HiContext.Current.Context);
     if (!this.Page.IsPostBack)
     {
         PersonalHelper.ViewProductConsultations();
         this.BindPtConsultationReplyed();
     }
 }