-
'Open Tool Pane' link in a custom webpart
Most of the times when we create custom webparts, we define custom properties in it. These properties are used to store some configuration details for the web part to function. In many custom web parts I saw, developers use custom properties in a webpart to store the data source for...
-
Querying Managed Meta Data fields in SharePoint 2010
I have seen many developers using the <contains> or <eq> element of CAML to query items based on a Managed Meta Data column. Using these elements of CAML for querying, returns irrelevant items in the result. Consider we have a pages library with 'Enterprise Keywords' column (OOB Site Column) in...
-
Mapping Custom Error Pages for SharePoint Server Sites
We often create internet/intranet portals using SharePoint Server. In all the projects which I worked, one common requirement is to set custom error pages for the application. We were asked to display some custom error page instead of the default ERROR (HTTP STATUS - 500) page, ACCESS DENIED (HTTP STATUS...
-
Custom Page Not Found Page for SharePoint 2010 site
Setting a custom Page Not Found page for a SharePoint 2010 site works the same way as we did for a SharePoint 2007 site in the previous article. Earlier we used to change the Page Not Found reference for a Web Application using SharePoint API. But in SharePoint 2010, we...