I am building an application in ASP.NET 2.0 and the value for the view state is huge:
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTExNz...
The value contains 535,000 characters. Is this normal? How can I make it smaller?