We are tired of getting exceptions for the "Invalid feedback or callback argument" in our web application. What scenario is causing this error?
After talking with users, we determined that one of the possible reasons for this is when they click on what causes the postback, and then click on something else before the completion of the initial postback.
What is the harm when disabling event checking? What we stand for, SecureIIS for enhanced security.
UPDATE In some places, we use Javascript to change certain values ββof controls, such as a drop-down list (we do this to improve the user interface - fewer postbacks). This is likely to cause an error. We have strict changes for all users, so we will continue to work with disabling EventValidation. Thanks!
source share