摘要: 今天调试程序时发现一个很奇怪的问题,当在onload中遍历所有的控件时,会引起gridview的视图状态丢失,后来经过多次试验,发现代码: protected List<Control> Components { get { List<Control> AList = new List<Control>(); AddControls(this,AList); r... 阅读全文
posted @ 2009-05-19 16:55 拉拉叉 阅读(782) 评论(0) 推荐(0)