Set a TaxonomyField programmatically

Setting the value of the new Taxonomy Field as similar to setting the value of a Lookup Field. Actually the raw value is exactly the same. Here is an example of setting the field if you already know the ids of the Terms. ...[Read more]

Published: 4/30/2010 |   Comments | 0  Links to this post

WSPBuilder Replacement Parameters

Replacements parameters will be substituted during a wsp build (from wspbuilder) with information from the assembly. This allows you to insert the assembly full name, for example, in files where it is usually needed (such as webparts or feature hand ...[Read more]

Published: 4/25/2010 |   Comments | 0  Links to this post

SharePoint 2010: Working with Sandbox solutions programmatically

It seems that Sandbox solutions are stored at a site level as a SPUserSolutionCollection. You can access them programmatically by using the SPSite.Solutions property. This article shows how to deactivate, delete and activate solutions programmatical ...[Read more]

Published: 3/18/2010 |   Comments | 0  Links to this post

XsltListViewWebPart in Sharepoint 2007

The DataFormWebPart is hard to work with (but extremely flexible). When customizing the UI is not necessary the DataFormWebPart is too cumbersome. I came up with a simple user control that allows you to register an inline view inside of it. The c ...[Read more]

Published: 2/19/2010 |   Comments | 0  Links to this post