foreach (Control c in this.rptList.Controls){ Label lbEd = (Label)c.FindControl("lbEd"); lbEd.Visible = true;}
遍历Repeater中的Lable,设置是否显示