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 [...]
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 [...]