asp.net 如何 调用 parent 里的方法asp.net 如何 调用 parent 里的方法 protected void Page_Load(object sender, EventArgs e) { Parent.aa()//这里调用aa方法 }[解决办法]base.aa();