22/02/2011

New Sharepoint Portal

http://www.mofa.gov.sa/

Read more...

07/02/2011

Remove the page title if you use ScriptManager


If you use an ajax, there is problem will appear with sharepoint, the page title will be removed.!!


how??

for example, If you use the ajax with button, and you put the scriptmanager into masterpage, and the user clicked it, the page title will be removed.

To solve this issue:
  1. Open the masterpage of your site using sharepoint designer.
  2. add the scriptmanager direct under form tag.
  3. remove any extra code from title place holder, the title place holder will be appear with the follwoing format:
<title id="onetidTitle"><asp:ContentPlaceHolder id=PlaceHolderPageTitle runat="server" /></title>



save, and check in.

Test now...

Read more...