Share

Downloads centre

Video tutorials

Get SharePoint Webpart Usage Report

  During an extranet migration to office 365 we need to find out a custom content editor webpart usage.  That web part was used in many location that I would be waste of time to find all the references. I decided to write a query again extranet site content database to find out webpart us... [More]

Tags: ,

Sharepoint Blogin

Avoid password prompt while open a document in SharePoint

To make SharePoint site a trusted site in order to avoid multiple logon prompts while opening or downloading a document, these following changes are required on client pc. 1. Open Internet Explorer 2. Log on to the site http://SharepointSiteCollectionURL/  or simply copy and paste this URL if... [More]

Tags: , ,

Sharepoint Blogin

Custom rich text editor styles for Content editor web part

I received a request from business to restrict site editor not to use OOTB fonts and styles while they edit the contents of “Content editor web part” in SharePoint 2010. This is nice to have if you want consistent look and feel across the site without much end end-user training.  T... [More]

Tags: , ,

SharePoint 2010 library “New Document” option is greyed out

  We have upgraded a SharePoint intranet site form SharePoint 2007 to 2010. While I was fixing the minor issues in new site I came across this issue. I could not create any document in document library because the “New Document” option was greyed out in ribbon as shown below. T... [More]

Tags: ,

Sharepoint Blogin

Create reusable content in InfoPath 2010

  I had a requirement in past where I need to create an InfoPath form which will be reusable for other custom solutions. I have decided to create a re-useable template in InfoPath 2010. I think it’s worth showing the steps. I have created employee info form which was going to be used a... [More]

Tags: ,

Sharepoint Blogin

SharePoint 2010 time zones setting programmatically

  The SharePoint 2010 server is always set to a specific time zone. Users from all over the world can change the time zone by using “My regional settings”. I wanted to achieve this programmatically as a batch operation. To do this, I have used the following code. SPRegionalsettin... [More]

Tags: , ,

Sharepoint Blogin

Change authentication mode in SharePoint 2010

  In the following article I will explain how to change SharePoint 2010 authentication mode. In the following example I will change authentication provider of SharePoint 2010 web application from windows authentication to claim base authentication. To do this you need to user SharePoint 2010 ... [More]

Testing custom solution options for SharePoint Online (office 365)

  Deploying and testing solution to SharePoint online is different from SharePoint on premises environment. For SharePoint online we can only create sandbox solutions which are site collection scoped. There are two options for SharePoint online testing environment 1. Create new site collecti... [More]

Tags: , ,

Sharepoint Blogin

SharePoint 2010 rich text editing tool styles

  I came across a scenario where my client wants SharePoint extranet site contents look and feel consistent. The site have many sub sites and which lot of publishing pages, editors can create pages, add content editor web part and add contents. The request routed to me about deleting some cus... [More]

Potentially excessive number of SPRequest objects, SharePoint error

  I got this error in ULS log file while using one SharePoint application which was developed by third party. I have checked the code and it was disposing the SP objects correctly. The site was running really slow, and it takes about 40 seconds to load the home page. Site structure: Our app... [More]

Tags: , ,

Sharepoint Blogin