문제

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