asp.net - Inheriting 2 classes in C# - how to handle this -


i need inherit 2 classes ( 3rd party classes).

(class1) - system.web.ui.mobilecontrols.mobileusercontrol   (class2) - portalmodulebase 

i have usercontrol... inherit "portalmodulebase" class, time need inherit "system.web.ui.mobilecontrols.mobileusercontrol" in usercontrol (.ascx).

i read in this article multiple inheritance interface same results when goolge think doesn't solve problem....

i read, it's not possible in c#...

but how workaround this?

thanks,

it's vs2008 -asp.net

have @ this article. describes way, uncomfortable use.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -