Miracle: 改了以后这样 [阅读: 546] 2004-12-31 09:08:10 public class BasePage: Page { protected myUserCtrl muc; protected override void OnInit(EventArgs e) { base.OnInit (e); muc = (myUserCtrl)this.LoadControl("~/BasePage/myUserCtrl.ascx"); this.Controls.Add(muc); } }