| Posted by: Lemonde - 19 June 2020 11:51:01 |
|---|
|
How can I get me Masterpage.Master to inherit the |
| Posted by: sirclesadmin - 19 June 2020 12:40:44 |
|---|
| Go to the cs/vb code page of each aspx content page, and in the {} brackets enter: Page.Title = "page title"; and save and test. Now using <%: Page.Title %> in your master page should substitute the content page title |