asp.net调用控件a.ascx控件在b页面中调用在b.aspx.cs写一个b();b(){Control c1 = LoadControl("a.ascx"); Page.Controls.Add(c1); }后在页面中调用.结果没用.请老师帮忙.要简单点啊.js也行[解决办法]