62,252
社区成员
发帖
与我相关
我的任务
分享
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);