G
Guest
I'm looking at this book on Professional ASP.Net 2.0 (Wrox) and it indicates
that if I want to alter a control property which is on the master page, that
I need to create a public property on the master page which returns the
desired control.
I have done this, but Intellisense does not show me this property, nor will
the application compile when I reference it as follows:
Master.MyControl.Text = "Fred";
What am I missing?
that if I want to alter a control property which is on the master page, that
I need to create a public property on the master page which returns the
desired control.
I have done this, but Intellisense does not show me this property, nor will
the application compile when I reference it as follows:
Master.MyControl.Text = "Fred";
What am I missing?