Other Recent Articles

SharePoint picker ToolPart

SharePoint 2007 includes pop-up pickers for selecting lists and sites, however these are not automatically exposed to web parts. This article describes how to create a custom tool part to easily use these functions.

The tool part can be used to extend custom SharePoint web parts allowing users to easily select target sites and lists without having to type in the URL. This is similar to the way in which the ContentQueryWebPart control functions helping to provide a better and more familiar user experience.

23Jan2008 | darren | 13 comments | Continued

ASP.Net file upload module

For some time now I’ve been meaning to write a file upload HTTP module for ASP.Net. I know there are a lot of this kind of thing out there but I had some specific requirements that I couldn’t seem to find elsewhere.

2Jun2007 | darren | 98 comments | Continued

Javascript Querying SharePoint

There are a number of ways to query lists in WSS 3.0, however the method I find most useful for Office Live applications is to utilise the List Data Retrieval web service of the WSS 3.0 SDK.

28May2007 | darren | 47 comments | Continued