UserControl in MasterPage access member from child/sub page.

  • Thread starter Thread starter zb
  • Start date Start date
Z

zb

Here is the scenario:

I have a page derived from a MasterPage. The MasterPage has a user
control that exposes two properties that as public and can be used by
other objects.

Question:
How can I access the public members of the User Control in the
MasterPage from the derived page?

Thanks.
 
Back
Top