Microsoft Knowledge Base Email Alertz

(823283) - When you delete the actions control on the Default.aspx page of a SharePoint Portal Server 2003 Web site, you cannot restore or re-create the control.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 823283 - Last Review: January 9, 2006 - Revision: 2.4

You cannot restore or re-create a deleted action control on the Default.aspx page of a SharePoint Portal Server 2003 Web site

SYMPTOMS

When you delete the actions control on the Default.aspx page of a SharePoint Portal Server 2003 Web site, you cannot restore or re-create the control.

WORKAROUND

To work around this problem, follow these steps:
  1. Open your SharePoint Portal Server Web site in Microsoft FrontPage 2003.
  2. Open the Default.aspx page in the Front Page Editor.
  3. In design view, put the pointer where you want the actions control to go.
  4. Switch to code view.

    The pointer is in the same location as it was for design view.
  5. Paste the actions control code into code view. The actions control code is as follows:
    <SPSWC:ToolBar runat="server" id="ActionBar" RenderIfEmpty="false" Orientation="Vertical" TitleLocId="CategoryManagement_ActionBar_Title_Text">
    	<SPSWC:SubmitLinkToolBarButton runat="server" id="TBBNewListing" />
    	<SPSWC:CreateSubCatToolBarButton runat="server" id="TBBNewCategory" />
    	<SPSWC:AddDocumentToolBarButton runat="server" id="TBBAddDoc" />
    	<SPSWC:ToolBarSeparator runat="server" />
    	<SPSWC:CatSettingsToolBarButton runat="server" id="TBBEditDetail" />
    	<SPSWC:ManageSecurityToolBarButton runat="server" id="TBBSecurity" />
    	<SPSWC:ManageContentToolBarButton runat="server" id="TBBManageContent" />
    	<SPSWC:CatSettingsToolBarButton runat="server" id="TBBManageHierarchy" />
    	<SPSWC:ToolBarSeparator runat="server" />
    	<SPSWC:EditCategoryToolBarButton runat="server" id="TBBViewEditToggle" />				
    </SPSWC:ToolBar>
  6. Save the page, and then refresh the view.
The actions control appears in FrontPage 2003 and in Microsoft Internet Explorer.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

APPLIES TO
  • Microsoft Office SharePoint Portal Server 2003
Keywords: 
kbscript kbwebserver kbprb KB823283
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate