C
Chris Walls
We have a web application that is using a master page. This application is
being localized for multiple languages so for that, and other reasons, we
would like set the page title in my code behind. We've tried using the
following syntax. It doesn't raise an exception, but the title is not being
updated to the desired text.
this.Master.Page.Title = "My Page Title";
How can we programtically set the page title from a content page? Any help
would be appreciated.
- Chris
being localized for multiple languages so for that, and other reasons, we
would like set the page title in my code behind. We've tried using the
following syntax. It doesn't raise an exception, but the title is not being
updated to the desired text.
this.Master.Page.Title = "My Page Title";
How can we programtically set the page title from a content page? Any help
would be appreciated.
- Chris