I have a custom PageBase class that I am using for all of the pages in my project. In my BaseClass I have a protected override void OnLoad(EventArgs e) method declared. This method seems to make my derived classes unable to throw their own OnLoad event. What is the preferred way of making both OnLoad events able to work?
I have a custom PageBase class that I am using for all of the
Share
In your derived class: