Showing posts with label Sharepoint Designer. Show all posts
Showing posts with label Sharepoint Designer. Show all posts

01/05/2012

Copy sharepoint pages or folders containing webparts

There is way to copy sharepoint pages that contains webparts to another location without lose the webpart, only follow the following steps:

1- Open sharepoint designer.
2- Go to target page or folder.
3- Right-Click, and chose "Publish Selected Files...".
4- Save it to anywhere on your computer.
5- Copy the published files.
6- Paste it anywhere you want by sharepoint designer.

Read more...

21/04/2012

04/12/2011

This item cannot be deleted because it is still referenced by other pages

If you create a new master page, and you want delete it, sometimes the error will happen:

This item cannot be deleted because it is still referenced by other pages

what you can do???
aha, there is work around to delete it, easy way:

        1- Open the sharepoint designer.
        2- Create a new folder.
        3- Put the target master page into new folder.
        4- Delete the folder.

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...

17/02/2010

Sharepoint Designer Login

If you want from Sharepoint designer ask you about the user name and password every time you open the site, follow the following steps:

1- open IE.

2- From menu choose Tools --> security --> Internet [For Websites outside the network] OR Local internet [For Websites inside the network] --> Custom Level --> User Authentication -->
Logon --> select Prompt for user name and password

3- Click OK

Read more...