Posts Tagged SharePoint Web Parts

Adding Configurable Properties to a SharePoint Web Part’s Tool Pane

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

,

No Comments

How To Create a Basic SharePoint Web Part

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

,

1 Comment