I am looking to have the output of one user control (or any other content) embedded in another user control, for example...<BR><BR><control1:control id="myControl1"><BR> <control2:control id="myControl2" /><BR> <p>Other content</p><BR></control1:control><BR><BR>I understand that this can be done with the compiled web controls by over-riding the Render method, but I'd like to be able to do this with the .ascx user controls. I have searched all over the net and could find anything...<BR><BR>-Steve