摘要:
方式1:foreach (Control c in this.Repeater1.Controls) { HtmlInputCheckBox check = (HtmlInputCheckBox)c.FindControl("cbDelete1"); if( check != null ) { check.Checked = true; } }方式2: for (int i=0;i<this... 阅读全文
posted @ 2010-02-09 11:55
mingtian
阅读(449)
评论(0)
推荐(0)
2010年2月9日