2011年9月20日

ViewStateAutoManager

摘要: using System;using System.Web.UI;using System.Reflection;using System.Collections.Generic;using System.Collections;namespace My.Common{ [AttributeUsage(AttributeTargets.Property)] public class ViewStateAttribute : Attribute { } public class BasePage : Page { protected override object SaveViewState() 阅读全文

posted @ 2011-09-20 13:43 shcity 阅读(161) 评论(0) 推荐(0) 编辑

导航