KiMoGiGi 技术文集

不在乎选择什么,而在乎坚持多久……

IT博客 首页 联系 聚合 管理
  185 Posts :: 14 Stories :: 48 Comments :: 0 Trackbacks

关于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

posted on 2007-12-08 17:06 KiMoGiGi 阅读(378) 评论(0)  编辑 收藏 引用 所属分类: ASP.NET
只有注册用户登录后才能发表评论。