سؤال

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 ?

هل كانت مفيدة؟

المحلول

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)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top