This post is about enabling web slices on Microsoft Office SharePoint Server 2007. The following example will demonstrate how to easily implement a simple control adapter which will render the required html code for turning any web part on your server into a live web slice. First thing I did was creating a class called WebSliceAdapter which inherits from ControlAdpater . 1: public class WebSliceAdapter : ControlAdapter ControlAdapter has a single method needs to be overridden: 1: protected override...