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 ?

Xaqron
  • 29,931
  • 42
  • 140
  • 205

1 Answers1

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)

Dienekes
  • 1,548
  • 1
  • 16
  • 24