I\'ve read through quite a bit of posts/articles on how to do this and I still am not getting the page title set from the content page. My pages render OK except I can\'t get th
to combine Page Title with your Default MasterPage Title you can use the standard template which default ASP.NET web app template uses.
<%: Page.Title %> | Portal Main site Name
this ways this page.Title is read form individual pages
<%@ Page Title="Virtual Machines" ...>