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,
Thank you for the update.
I created a new support ticket on your behalf.
The number is CAS-57992-ML5MBC.
You can upload the sample as an attachment to the case when you have the possibility of doing that.
Hope hearing from you.
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.
Let us know if you need further assistance with this issue.
Regards,
Lyuba Petrova
Developer Support Engineer
Infragistics
www.infragistics.com/support
Can you please share sample code reproducing the issue?