62,242
社区成员




UC_CmbcMoneySend uc = (UC_CmbcMoneySend)LoadControl("UserControls/UC_CmbcMoneySend.ascx");
uc.ID = "ucCmbcMoneySend" + sendType.ToString("D");
uc.EnableViewState = false;
uc.Total(data,sendType);
uc.StartDate = Convert.ToDateTime(txtStartDate.Value);
uc.EndDate = Convert.ToDateTime(txtEndDate.Value);
phUC.Controls.Add(uc);