jbenson001
Programmer
Hello all,
I have a user control that is placed on page that uses a Master Page. From the codebehind of the user control, I would like to set some properties on the master page. I haven't found a way to do it.
I've tried several version of this:
me.Page.Master.title.. however it doesn't recognize title as a property.
Is this even possible, or am I going about it in the wrong way?
I am able to set the title, for example, from the page's code behind using refernced properties from the UC. However I don't think that is the proper way.
Thanks for any help...
Jim
I have a user control that is placed on page that uses a Master Page. From the codebehind of the user control, I would like to set some properties on the master page. I haven't found a way to do it.
I've tried several version of this:
me.Page.Master.title.. however it doesn't recognize title as a property.
Is this even possible, or am I going about it in the wrong way?
I am able to set the title, for example, from the page's code behind using refernced properties from the UC. However I don't think that is the proper way.
Thanks for any help...
Jim