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?
Hello Anthony,
Let us know if you need further assistance with this issue.
Regards,
Lyuba Petrova
Developer Support Engineer
Infragistics
www.infragistics.com/support
Sorry for the delayed response--we are in crunch trying to deliver (I'm sure you can understand). I'm going to post up an example here in just a bit.