关于ASP.NET的ViewState讨论
1、Keep ASP.NET ViewState out of ASPX Page for Performance Improvement
How you could improve performance of your ASP.NET projects, keeping ViewState on the server instead of on the ASPX page.
http://www.codeproject.com/KB/viewstate/ServerViewState.aspx
2、DataGrid's ViewState optimization
How to reduce DataGrid's ViewState size, while maintaining all DataGrid's functionalities.
http://www.codeproject.com/KB/viewstate/DataGridViewState.aspx
3、Retaining State for Dynamically Created Controls in ASP.NET applications
When creating controls on the fly on your ASP.NET pages viewstate is a bit hard to track. Learn how it works and how to help your application remembers where to put what.
http://www.codeproject.com/KB/viewstate/retainingstate.aspx
4、ViewState Compression
How to compress the ViewState of ASP.NET pages and save bandwidth.
http://www.codeproject.com/KB/viewstate/ViewStateCompression.aspx