Tangible Thoughts

SharePoint, MOSS? and all the other questions

  Home  |   Contact  |   Syndication    |   Login
  858 Posts | 6 Stories | 482 Comments | 2088 Trackbacks

News

Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Linky Things

SharePoint Bloggers

SharePoint Related

What I am playing

What I am Reading

Monday, April 25, 2011 #

Thought I should bring this to attention since it’s a weird issue and the solution isn’t obvious when googling.

The issue is - In MOSS an Ajax-Partial postback, causes the page to loose its page title. Like shown below

So whats the fix?

Appaprently additional spaces between the <title> and the <asp:ContentPlaceHolder> cause this issue.

The solution is to remove the spaces.

<title id=”onetidTitle”><asp:ContentPlaceHolder id=”PlaceHolderPageTitle” runat=”server”/></title>

Original Source: http://www.directsharepoint.com/2011/04/page-title-disappears-after-ajax-post.html