1. Deleting error occurred webparts in the portal
If an error occurs like “An unexpected error has occurred.” and unable to open the design page and the aspx page in the site then follow the below step.
This can be done by adding “?contents=1” to default.aspx page.
ex: http://myportal/default.aspx?contents=1
2. Adding Quick Launch to Custom webpart Pages
To display quick launch bar in Custom web part pages, all you need to do is simply remove couple of lines in the web part page by opening the page in the Designer.
<asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>
2. Adding Quick Launch to Custom webpart Pages
To display quick launch bar in Custom web part pages, all you need to do is simply remove couple of lines in the web part page by opening the page in the Designer.
<asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>
No comments:
Post a Comment