摘要:
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { BindDataGrid(); IterateThroughChildren(this); } } //DataGrid里面放置TextBox控件 private void BindDataGrid() { ArrayList al = new Ar... 阅读全文
posted @ 2009-09-07 16:24
大勇在线
阅读(531)
评论(0)
推荐(0)