How to get the rendering of a WebControl that depends on the HtmlForm object ? These type of controls all have a check in their render method, the check is of type : if ( this .Page != null ) { this .Page.VerifyRenderingInServerForm( this ); } This will...