UserControl in MasterPage access member from child/sub page. - DOTNET
This is a discussion on UserControl in MasterPage access member from child/sub page. - DOTNET ; 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 ...
-
UserControl in MasterPage access member from child/sub page.
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.
-
Re: UserControl in MasterPage access member from child/sub page.
The Master object represents the master page
http://msdn2.microsoft.com/en-us/library/c8y19k6h.aspx
-Michael Placentra II
On Oct 1, 8:15 pm, zb <zey...@gmail.com> wrote:
> 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.
Similar Threads
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 12-03-2007, 12:22 PM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 10-02-2007, 12:01 PM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 08-31-2007, 09:23 AM
-
By Application Development in forum Sharepoint
Replies: 0
Last Post: 07-24-2007, 09:11 PM
-
By Application Development in forum CSharp
Replies: 2
Last Post: 11-03-2006, 02:42 PM