I have the partial source and what I had done was create a new control More_Details which inherits from DetailsBase class. I added that to the DMX_Extensions table (ControltoLoad points to More_Details.ascx) and it appears as a new tab.
I can add static text or access Entry info in the code and display that etc . The issue begins when I add a web control like
Everything displays fine, but the code for server side events is never called. eg Button onclicks are never executed etc.. When I debug, the only method that is hit is the page_load.