P
Poofactory
HI,
I have a control on a content page that I need to access and modify a
MasterPage variable.
I can find the control alright:
if (Parent.Page.Master.FindControl("Adserver_TopBanner1") !=
null)
{
}
But I cannot figure out how to cast it so I can change the MasterPage
vars.
Any help would be greatly appreciated.
Thanks!
I have a control on a content page that I need to access and modify a
MasterPage variable.
I can find the control alright:
if (Parent.Page.Master.FindControl("Adserver_TopBanner1") !=
null)
{
}
But I cannot figure out how to cast it so I can change the MasterPage
vars.
Any help would be greatly appreciated.
Thanks!