Goal: Create a CompositeControl as a separate assembly - populate an ASPX Placeholder with the control based on user selection on page. So far: I can create the control and it does inhabit the placeholder when I load it. However, the button click event is lost. I'm using the CompositeWebControl example...