I'm using the technique described here to render a User Control to a string and it all works fine when the control contains just plain HTML, but when I try adding some server controls to the UC (like asp:button) I get the following error when calling server.execute:
"Error executing child request for handler 'System.Web.UI.Page'."
any ideas why/how to fix it? thanks.