Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
WebTab won't load user controls that inherit from base class
posted

I have a base class for my user controls called BaseUserControl.  This inherits from System.Web.Ui.UserControl.

 

My user control inherits BaseUserControl--WebTab won't load this control; however if I remove the inheritance of BaseUserControl and just inherit from System.Web.UI.UserControl directly, the user control renders in the tab as it should.

 

What's going on with this? Why won't WebTab render user controls that inherit a base class?

Parents
No Data
Reply Children