Bulk importing user profile photo can be a pain in the arse, imaging you have few thousand of employee photos to be imported into your SharePoint. […]
CAML Query did not return result for Date Range query
Having developing SharePoint for so many years, I just got to know that you CANNOT perform CAML Query for Date Range where your ISO Value […]
Office 365 Infographic – Food for thought
Found this useful piece of information that may help any of you to sell Office 365. if you customer challenge you “Why using Office 365?” […]
SharePoint Custom Solution Branding and Tips – Part 2
This is part 2 on how to brand your SharePoint Solution. If you haven’t read my part 1, please do so here. Often than not, you would […]
EditorPart does not have an ID
Yet another error that I’ve encountered when customizing ToolPart (aka EditorPart) for my own SharePoint Web Part. The task is to create a custom tool part with […]
A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
This is a very common error that SharePoint Developers often face. As stated in the error message, this is due to SafeControl Elements in Web.Config […]
PowerShell script to Open or Close SharePoint Web Parts
If you ever need to make changes to your SharePoint Web Parts such as hiding/showing, this post will help you to cut down unnecessary time. Run the […]
Convert SharePoint 2010 Solution to 2013 – 15 Hive Folder only
Bumped into this problem where I was trying to convert old codes from SharePoint 2010 to SharePoint 2013. One issue that you will encounter is […]
Changing Default HomePage for Document Center to a Document Library
As stated in the Title, it is easier said than done to change the default landing page of a Document Center. If you have done publishing […]
Enable Search feature for SharePoint Lookup Table – Single Value Only
Today I want to talk about how to enable search feature in your SharePoint New/Edit Form for SharePoint Lookup field… I’m gonna use jQuery and […]