拉拉叉的博客
拔剑四顾心茫然
博客园
社区
首页
新随笔
联系
管理
订阅
随笔- 5 文章- 0 评论- 51
05 2009 档案
遍历Page中所有控件的一个奇怪问题
摘要: 今天调试程序时发现一个很奇怪的问题,当在onload中遍历所有的控件时,会引起gridview的视图状态丢失,后来经过多次试验,发现代码: protected List<Control> Components { get { List<Control> AList = new List<Control>(); AddControls(this,AList); r...
阅读全文
posted @
2009-05-19 16:55
拉拉叉 阅读(567) |
评论 (0)
编辑
公告