May 2007 Entries

Deploying WebParts to WebParts Gallery using SharePoint Feature

Using a SharePoint feature, webparts can be deployed to SharePoint webparts gallery.

posted @ Friday, May 25, 2007 10:39 AM | Feedback (2)

Creating a DataView webpart programmatically

The problem with using a SharePoint designer for a DataView is that, first of all, it is difficult to deploy a DataView from one environment to another, i.e. from dev server to test, from test to pre-production, from pre-production to production because the datasource that a DataView stores contains GUID of a SharePoint list if a SharePoint list is used as a data source. Another scenario where using a SharePoint designer is limited is of using a DataView for personal views. Let's say I want t

posted @ Wednesday, May 23, 2007 8:18 AM | Feedback (6)