Get SharePoint Webpart Usage Report 14 May 2012 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 […]
Avoid password prompt while open a document in SharePoint 9 May 2012 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 […]
Custom rich text editor styles for Content editor web part 3 May 2012 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 […]
SharePoint 2010 library “New Document” option is greyed out 3 May 2012 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 […]
Create reusable content in InfoPath 2010 11 April 2011 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 […]
SharePoint 2010 time zones setting programmatically 11 April 2012 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 […]
Change authentication mode in SharePoint 2010 10 April 2012 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 management shell […]
Testing custom solution options for SharePoint Online (office 365) 10 April 2012 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 collection Our […]
SharePoint 2010 rich text editing tool styles 28 March 2012 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 […]
Potentially excessive number of SPRequest objects, SharePoint error 26 March 2012 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 […]