// archives

MOSS

This tag is associated with 4 posts

Part 2: Adding Custom Properties to a SharePoint Web Part

Adding Custom Properties to a SharePoint Web Part NOTE: This post is part 2 of the tutorial entitled Building a SharePoint List Aggregator Web Part with Custom Properties. All SharePoint web parts have properties that control their behavior and appearance. You can access these properties by clicking on a little triangle on the right side [...]

Part 1: Creating and Deploying a Basic SharePoint Web Part

NOTE: This post is a part of the tutorial entitled Building a SharePoint List Aggregator Web Part with Custom Properties. Creating a SharePoint Web Part To get started, open VS 2008, click on File > New Project, choose Class Library project template, name your project, choose the location and click OK. Close the Class1.vb file [...]

Building a SharePoint List Aggregator Web Part with Custom Properties

This is a tutorial on how to build a customizable web part for MOSS 2007 or WSS 3.0. We will be building a List Aggregator – a web part that can collect, filter, and display list items from all lists of a certain type from all sub-sites in up to 3 site collections. This web [...]

Custom Sharepoint Theme

Creating a new SharePoint theme is a fairly straightforward process. You can entirely leverage the existing themes as a foundation on which to begin constructing your own. To make a new theme, simply follow these steps: Navigate to the themes folder: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\THEMES. Make your own theme named “EXAMPLE” by copy/pasting [...]