Microsoft SharePoint
8 articles
SharePoint Error 0x800700DF: The File Size Exceeds the Limit Allowed and Cannot be Saved
SharePoint Error 0x800700DF: The File Size Exceeds the Limit Allowed and Cannot be Saved When working with SharePoint 2013 and Sky Drive Pro I was transfer
Enumeration: What are the different SharePoint permission levels and their enumeration values?
You can learn more about this here: com/en-us/library/microsoft. spbasepermissions.
How to: Enable anonymous access on SharePoint?
Learn enable anonymous access on sharepoint?. Sometimes you need to publish a site anyone should be able to see or maybe even add information to.
How to: Easily explore technical artifacts in SharePoint 2010 and even delete site collections and webs
As a SharePoint developer you probably find yourself in the situation where using the SharePoint central administration becomes a rather painful task as ma
How to: turn off custom errors for debugging mode in SharePoint 2010 application pages
Unfortunately custom errors is a setting that lives at the SharePoint site level, not at the 'application page / _layouts' level, so you will have to edit
How to make your Telerik controls work on a Custom SharePoint 2010 web application
There are 3 important things you need to do in order for the Telerik controls to work with your custom
Telerik - The base class includes the field {}, but its type {} (Telerik.Web.UI.RadGrid) is not compatible with the type of control (Telerik.Web.UI.RadGrid).
The error message: The base class includes the field , but its type Telerik. RadGrid is not compatible with the type of control Telerik.The base class...
How to enable Session in a SharePoint 2010 Application page?
How to enable Session State in SharePoint 2010 So as a developer you may have come across the need to use the Session object along the way