一条只能往前走的路,叫时光.
RadioButtonList1和CheckBoxList1protected void Button1_Click(object sender, EventArgs e) { for (int i = 1; i < this.chkboxlist.Items.Count; i++) { if (this.chkboxlist.Items[i].Selected) { Response.Write(this.chkboxlist.Items[i].Text + "<br>");
}
} }
博客园 © 2004-2026 浙公网安备 33010602011771号 浙ICP备2021040463号-3