EventValidation - Missing __EventValidation value in few requests
We have a textbox inside an update panel and it postsback on text change. Around 1 in 1000 POST request to server is missing the __EventValidation form element ( we verified using the logs that, when this exception occured the request was missing this form element ) As this is not happening consistently, we are ruling out any coding iss...