Deploying and debugging SharePoint Apps – Sideloading the easy way 20 July 2013 Radi-Atanassov (0) If you try to deploy an App from Visual Studio to anything other than a developer site you will get this error: “Error occurred in deployment step 'Install app for SharePoint': Sideloading of apps is not enabled on this site.” This is due to a feature that is not enabled on any other s... [More]
The use of RaisePostBackEvent in SharePoint Publishing Layout Pages 04 July 2013 Velin-Georgiev (1) Why we should ever override RaisePostBackEvent in a SharePoint Publishing Layout Page? We sometimes run into situations where your program needs to perform SharePoint list item updates depending on the changes made by the user to fields of that publishing page. A simple example - let's say that yo... [More]