摘要: ControlCollection 控件容器 自动增长的长度 常用操作方法 Remove(移除某个控件), Item属性,Contains(是否包含某个控件),IndexOf(获取索引)......protected void Page_Load(object sender, EventArgs e){ Clear(this.Page.Controls);} //ControlCollecti... 阅读全文
posted @ 2010-11-21 21:42 SpringNumb 阅读(153) 评论(0) 推荐(0)