Browse by Tags

All Tags » VerifyRenderingInServerForm (RSS)

Retrieve WebControls RenderContent whilst working around VerifyRenderingInServerForm without overriding in your page class. by alessandro

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...
More Posts