Friday, July 15, 2011

Invalid postback or callback argument. Event validation is enabled using




To fix, modify the web.config file located in the /admin/ folder. Change this line:

<pages validateRequest="false" />
To:
<pages validateRequest="false" enableEventValidation="false" />

1 comment:

Post a Comment