Base class for ascx and aspx
around this issue No, you can't. Your control is either a Page or a Control
(or UserControl). They can't share the same base class.I suggest to move
the duplicate code into another class that is called by both Page and
Control. You can use the base c
Date : November 14 2020, 04:48 PM , By : FranzS