Calling Content Page Method from MasterPage Method [duplicate]
问题 This question already has answers here : Closed 6 years ago . Possible Duplicate: content page class method calling from master page class I need to access Content Page Method from Master page Event. How can I do this? Content Page: public partial class Call_Center_Main : System.Web.UI.Page { Page_Load(object sender, EventArgs e) { } public void MenuClick(string ClkMenu) { // Some Code } } MasterPage: public partial class MasterPage : System.Web.UI.MasterPage { protected void Page_Load(object