3
shouts

Invalid postback or callback argument with EnableEventValidation="true"

posted by bartekmbartekm 228 days, 8 hours, 33 minutes ago
Tuesday, December 15, 2009 5:47:19 AM GMT

ASP.NET 2.0 has a feature known as Event Validation, which ensures that the data being sent back to the server on postback is an expected value. Event Validation is designed to help prevent injection attacks from users who are trying to POST malicious data. If an incoming value is returned via POST that the runtime believes is false then you will get an exception. This article discussed some methods for finding the underlying cause of this problem.

category: ASP.NET | clicked: 3 | | source: blog.evonet.com.au | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup