B
BillE
Can I inherit from a web form?
I would like to reuse procedures in a web form base class code behind by
inheriting from it.
For example, I would like to have a HandleError function defined in the base
class code behind, which would then be available to any web forms code
behind which inherited the base web form code behind.
Is this supported? I can't find a way to do it.
Thanks!
Bill
I would like to reuse procedures in a web form base class code behind by
inheriting from it.
For example, I would like to have a HandleError function defined in the base
class code behind, which would then be available to any web forms code
behind which inherited the base web form code behind.
Is this supported? I can't find a way to do it.
Thanks!
Bill