会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
muddy-bear
博客园
首页
新随笔
联系
订阅
管理
2012年3月12日
asp.net 遍历页面控件包含子控件,变为只读
摘要: 遍历所有控件s1 protected void approval()2 {3 foreach (Control control in this.Page.Controls)4 {5 SetReadOnly(control);6 }7 } 1 //将单个控件包含子集变为只读 2 protected void SetReadOnly(Control ctrl) 3 { 4 if (!ctrl.HasControls()) 5 {...
阅读全文
posted @ 2012-03-12 11:19 muddy-bear
阅读(358)
评论(0)
推荐(0)
编辑
公告