0

There are to hidden fields on every standard ASP.NET form: __VIEWSTATE and __EVENTVALIDATION. When the value for these fields would change for a specific form ?

1 Answer 1

0

They change whenever any property/attribute of any page's control whose ViewState is set to True gets modified. (EventValidation would change whenever any control's 'value' changes)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.