asp.net

asp.net,c#

公告

统计

12 2009 档案

Invalid Viewstate error and how to fix it?
摘要: We have been getting some questions regarding viewstate-related errors like “The viewstate is invalid for this page and might be corrupted”This error is usually caused by the asp worker pr...阅读全文

posted @ 2009-12-30 12:25 灵魂边缘 阅读(59) | 评论 (0) 编辑

在asp.net中如何管理cache
摘要: 介绍: 在我解释cache管理机制时,首先让我阐明下一个观念:IE下面的数据管理。每个人都会用不同的方法去解决如何在IE在管理数据。有的会提到用状态管理,有的提到的cache管理,这里我比较喜欢cache管理,因为本人比较喜“cache”这个词。但是状态管理和cache管理这两个在概念和意义上是不同的,下面就让我们来讨论下两都在各个方面的不同之处。 虽然cache管理并不存...阅读全文

posted @ 2009-12-18 10:58 灵魂边缘 阅读(87) | 评论 (0) 编辑