-
Opening WebPart Maintenance Page in a SharePoint site
What is WebPart Maintenance Page? WebPart Maintenance page is an OOB page, which is used to manage the webparts in a webpart page. A webpart which is causing a problem in a webpart page can be removed using this page. Basically, a WebPart Maintenance page provides the list of all...
-
Creating custom Page Not Found Page
If we request for a broken URL or an invalid URL on a SharePoint site, we get the return status as 404 from the server and we get the default 404 page. But, for many sites (on internet/intranet) we need a custom page with a custom UI whenever the return...
-
Formatting ListView WebPart in SharePoint Server 2010
We know that SharePoint 2010 comes with a flashy UI, but we sometimes want to add more color to the UI of Sharepoint. Most of us must be creating pages in a SharePoint portal, which are stored in the 'Pages' library of the site. When we enable the 'Content Approval'...
-
Setting Different Colors for Custom Status Messages in SharePoint 2010
Previous article explained how to create custom status messages in SharePoint 2010. As mentioned in that article, we are allowed to set the colors for custom status messages using the SP.UI.Status.setStatusPriColor() method. But SharePoint supports only four colors by default. In this article we will see how to set different...