一条只能往前走的路,叫时光.
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>");
}
} }
Powered by: 博客园 Copyright © i'am sl