摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { BindDataGrid(); IterateThroughChildren(this); } } //DataGrid里面放置TextBox控件 private void BindDataGrid() { ArrayList al = new Ar... 阅读全文