We find lots of question regarding Multi file upload coming grayed out in SharePoint. After surfing through net, I found the working solution When opening SharePoint document library, you would be asked to run Microsoft Office 2010 component by Internet Explorer automatically. Means the issue belongs to MS Office not with SharePoint Directly. After going through above link  I found that there is an ActiveX

Read More
Enable Uploading Multiple Documents Functionality

Scenario: I had a business requirement to track user activities inside a SharePoint site and guess what? SharePoint has functionality to track who is doing what in the whole site collection. For example: User A is editing documents, User B is downloading some documents and User C is just viewing the content without touching them.

Read More
How to track when a user opens a document in SharePoint by using the OOTB Audit Log

Yesterday we had an issue reported by a few users that the InfoPath form library would just not open on a few desktops only, for the sake of information all other users and the effected ones were using IE 8 and InfoPath 2010. There was no difference in the environments. What would happen is if

Read More
InfoPath 2010 gives “A problem caused the program to stop working correctly. Please close the program. “

Today, I was looking into a way of getting the assemblies / dlls used by the SharePoint Online environment and surprisingly I found it that any user can download the assemblies / dlls from any of the O365 / SharePoint online environment without authentication. ex: https://contoso.sharepoint.com/_vti_bin/microsoft.sharepoint.dll I tried the same in our SharePoint online environment and

Read More
O365 – SharePoint Online – Downloading assemblies

There are several issues that can happen while migrating SharePoint from one version to another. Here is our tip on how to troubleshoot an issue with calling asmx web service in SharePoint 2010 through jQuery. After migration of a SharePoint 2007 application to SharePoint 2010 our jQuery scripts that communicate with ASMX web services suddenly

Read More
Troubleshooting an Issue With Calling an ASMX Web Service in SharePoint 2010 through jQuery

Scenario: Display a aggregated calendar view from all the calendar list in a single page. Reference: JQuery – Full Calendar plugin I am going to use the Jquery, Full Calendar plugin, Content editor webpart to demonstrate how to display the Single aggregated calendar using the SharePoint search result (Javascript – CSOM). Steps: Add a Content Editor

Read More
O365 – SharePoint 2013 – Search based Calendar aggregation – Single Calendar view – from different sites