M
Mikip
Hi,
I have some properties that are common to all pages so I have created a base
class which every page inherits from. I now also want to use these
properties within User Controls on the page. Is there any way to get to
these properties through the parent property of the user control - I can't
seem to figure out how to get there. If I can't do this, do I have to do the
same thing as the page and create a base user control class with the same
code in - Seems silly to have to execute the same code twice on a page?
Thanks in advance for any help
Mike
I have some properties that are common to all pages so I have created a base
class which every page inherits from. I now also want to use these
properties within User Controls on the page. Is there any way to get to
these properties through the parent property of the user control - I can't
seem to figure out how to get there. If I can't do this, do I have to do the
same thing as the page and create a base user control class with the same
code in - Seems silly to have to execute the same code twice on a page?
Thanks in advance for any help
Mike