Author Archives: Yaroslav Pentsarskyy
.net BC usergroup presentation downloads
Thanks to everyone who attended the .net BC event today on Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer. It was great to see you all and from what I hear you liked the session There are few resources … Continue reading
How To: Set granular restriction on SharePoint 2010 Sandbox Solutions uploads
SharePoint 2010 sandbox solutions allow individual site collection owners to manage limited access solutions without involving administrators. To manage sandbox solutions you’ve got to have the following permissions: Manage Web Manage Sub webs Add and Customize Pages If you delegate … Continue reading
How To: Extend SharePoint 2010 third party or legacy webparts in your solution
Since the title of this post doesn’t really do justice, let’s take a look at a few scenarios. Scenario 1. You have a third party webpart and would like to alter it’s execution flow as much as it permits through … Continue reading
How To: Hide SharePoint 2010 fields in display, edit and new forms
SharePoint 2010 allows you to choose which fields in your lists will be displayed in the New, Edit, View forms and which ones aren’t. Even though the field will be available to the object model in the code behind, it … Continue reading
How To: Customize SharePoint 2010 out-of-the-box workflow initiation form
SharePoint allows you to create instances of out-of-the-box workflows anywhere on the site. Once those instances are created, when the workflow gets initialized on the item – your users get to fill in any of the required initiation parameters on … Continue reading
How To: Report which documents are on hold and hold details in SharePoint 2010
SharePoint 2010 allows you to put documents inside your Record Center on hold; which will exempt those documents from retention policies and workflows. This is a handy feature in case you’re in the middle of an audit and want to … Continue reading
How To: Automatically add All Authenticated Users to SharePoint security group
When performing SharePoint 2010 enterprise solution deployment with Visual Studio, you’re likely to pre-create many of your solution artifacts such as pages with the right web parts on them etc. Security groups is not an exception. Recently I needed to … Continue reading