摘要:
在aspx母页面中有添加公共方法: public void ShowChart(int ChartType) { .. } 在用户控件ascx文件中使用映射调用母页面的方法, 用反射方法: System.Web.UI.Page p = this.Page; Type pageType = p.GetType(); MethodInfo mi = pageType.GetMethod("Sh... 阅读全文
posted @ 2008-05-04 16:19
坦然面对
阅读(251)
评论(0)
推荐(0)
浙公网安备 33010602011771号