摘要:
DataTable dtES = ExperienceShopInfo.getExperienceShopAll(); CheckBox checkBox; public void CheckBoxNew() { for (int i = 0; i < dtES.Rows.Count; i++) { //Table table = new Table(); //TableRow row = new TableRow(); //TableCell cell = new TableCell(); checkBox = new CheckBox(); checkBox.AutoPostBack 阅读全文