Sharepoint, ajax and page title
Posted
by drax
on Stack Overflow
See other posts from Stack Overflow
or by drax
Published on 2008-11-28T10:39:54Z
Indexed on
2010/03/19
21:11 UTC
Read the original article
Hit count: 282
Hi, I have strange problem with sharepoint and ajax functionality. We have an UpdatePanel placed inside webpart. When partial postback occurs, page title gets missing.
We have found that temporary partial solution is to write title element into one line and not use any spaces or controls inside it..not even a literal control.
But we need some way to provide sommon title for all pages, so title would look like this: My default title - Current page title
Any ideas how to solve this?
© Stack Overflow or respective owner