Posts Tagged SharePoint Web Parts
Adding Configurable Properties to a SharePoint Web Part’s Tool Pane
Posted by Michael Bowersox in SharePoint on February 19, 2010
In a previous post, we developed a simple web part to add two numbers together and display the result. It is a great introduction to web parts in the SharePoint world, but it is lacking any end user configuration. So, let’s go through how to add a bit of configuration to this web part. We [...]
How To Create a Basic SharePoint Web Part
Posted by Michael Bowersox in Development, SharePoint on January 15, 2010
A large part of SharePoint’s power comes from the fact that the interface is completely pluggable. Users can add web parts to pages of their choice in order to add functionality and features to a SharePoint site on demand. So, an obvious direction any SharePoint developer would take is to learn how to develop web [...]