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
Post a Comment