UserControl uc= (UserControl) this.LoadControl("WebUserControl1.ascx");
((Label)uc.FindControl("Label1")).Text= "111";
this.Page.Controls.Add(uc);
UserControl uc= (UserControl) this.LoadControl("WebUserControl1.ascx");
((Label)uc.FindControl("Label1")).Text= "111";
this.Page.Controls.Add(uc);
本人博客的文章大部分来自网络转载,因为时间的关系,没有写明转载出处和作者。所以在些郑重的说明:文章只限交流,版权归作者。谢谢