|
Home > Archive > Microsoft Content Management Server > October 2006 > Page Title
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Tim Harmon 2006-10-23, 1:14 pm |
| How would I force a page that uses a master page to update its title based
on the cms page name? this should be easy but I just havent been able to
find it.
Thanks.
--
Tim Harmon
TIIMS Database Administrator
| |
| Stefan [MSFT] 2006-10-24, 7:18 am |
| Hi Tim,
this is actual an ASP.NET question and not a MCMS question.
Please post it to an ASP.NET related newsgroup.
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Tim Harmon" <tharmon@trpa.org> wrote in message
news:u1H7Sur9GHA.4740@TK2MSFTNGP02.phx.gbl...
> How would I force a page that uses a master page to update its title based
> on the cms page name? this should be easy but I just havent been able to
> find it.
>
> Thanks.
>
> --
> Tim Harmon
> TIIMS Database Administrator
>
| |
| Tim Harmon 2006-10-24, 7:16 pm |
| No, it is a CMS Question I am using master pages in the development of my
pages but how do I get the CMS Page name so I can change the Page title.
--
Tim Harmon
TIIMS Database Administrator
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OFIT08z9GHA.4196@TK2MSFTNGP03.phx.gbl...
> Hi Tim,
>
> this is actual an ASP.NET question and not a MCMS question.
> Please post it to an ASP.NET related newsgroup.
>
> Thanks,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Tim Harmon" <tharmon@trpa.org> wrote in message
> news:u1H7Sur9GHA.4740@TK2MSFTNGP02.phx.gbl...
>
>
| |
| Stefan [MSFT] 2006-10-25, 7:17 am |
| Hi Tim,
the MCMS page name can be retrieved using
CmsHttpContext.Current.Posting.DisplayName.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Tim Harmon" <tharmon@trpa.org> wrote in message
news:OdNhl269GHA.4980@TK2MSFTNGP04.phx.gbl...
> No, it is a CMS Question I am using master pages in the development of my
> pages but how do I get the CMS Page name so I can change the Page title.
>
> --
> Tim Harmon
> TIIMS Database Administrator
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:OFIT08z9GHA.4196@TK2MSFTNGP03.phx.gbl...
>
>
| |
| Tim Harmon 2006-10-25, 1:26 pm |
| Thanks a bunch
--
Tim Harmon
TIIMS Database Administrator
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23S9SKFA%23GHA.4376@TK2MSFTNGP03.phx.gbl...
> Hi Tim,
>
> the MCMS page name can be retrieved using
> CmsHttpContext.Current.Posting.DisplayName.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Tim Harmon" <tharmon@trpa.org> wrote in message
> news:OdNhl269GHA.4980@TK2MSFTNGP04.phx.gbl...
>
>
|
|
|
|
|