ASP.Net viewstate questions on form postbacks
问题 Let's assume I have a very simple form, with a submit button and a dropdown list. When I change the list entry and hit submit, at what stage in the postback processing does the viewstate reflect my changed list entry? According to O'Reilly's Learning ASP.Net 3.5, there are two loads taking place-- one before form validation and another after (diagram on page 266 for those with a copy). According to the diagram the viewstate is loaded during the first load stage, before the validation. I