摘要:
1、无方式的调用 Control a = Page.LoadControl("0.ascx"); a.ID = "A0"; Controls.Add(a); 2、调用控件,并引用控件中方法函数 Control uc = Page.LoadControl("0.ascx"); //控件 Type tc = uc.GetType(); System.Reflection.MethodInfo... 阅读全文
posted @ 2010-10-05 11:31
大CC
阅读(1630)
评论(0)
推荐(0)


浙公网安备 33010602011771号