[Mono-aspnet-list] EnableEventValidation not working

APS dev.malst at apsystems.it
Wed Oct 14 13:12:46 EDT 2009


Hi,

I have some page where mono gives me the error:

Invalid postback or callback argument. Event validation is enabled 
using <pages enableEventValidation="true"/> in configuration or <%@ 
Page EnableEventValidation="true" %> in a page. For security 
purposes, this feature verifies that arguments to postback or 
callback events originate from the server control that originally 
rendered them. If the data is valid and expected, use the 
ClientScriptManager.RegisterForEventValidation method in order to 
register the postback or callback data for validation.

The same page works correctly on MS.NET but the problem is another. 
Even inserting EnableEventValidation="false" in Page directive or 
<pages enableEventValidation="false"/> in web.config file the error 
still raise.

Maybe EnableEventValidation is not implemented in Mono? Or I'm doing 
something wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20091014/0b26cf5f/attachment.html 


More information about the Mono-aspnet-list mailing list