Hello Guys. I am currently doing an ASP.Net project.. I need to do postback on a page as after I have chosen a value from a dropdownlist, I need to update it to a text field on the same page as well. As there are quite a number of records in the dropdownlist, I received an error stating "The viewstate is invalid or page is corrupted". Is it because that the viewstate size is not big enough? If that is the case, what should I do to allow the page to work correctly. Please help. Thanks a lot.