Hi, I've a user control with a WYSIWYG editor for the user. As such, there is HTML content being posted to the server which fires an error on ValidateRequest - how do I disable this in Umbraco?
I've tried ((umbraco.UmbracoDefault)Page).ValidateRequest = false; in the Page_Init of the control but it doesn't seem to work.
Disable ValidateRequest
Hi, I've a user control with a WYSIWYG editor for the user. As such, there is HTML content being posted to the server which fires an error on ValidateRequest - how do I disable this in Umbraco?
I've tried ((umbraco.UmbracoDefault)Page).ValidateRequest = false; in the Page_Init of the control but it doesn't seem to work.
Umbraco 4.7
Cheers
is working on a reply...