发布时间:2018-10-19编辑:佚名阅读(1656)
protected void CheckBoxList1_SelectedIndexChanged(object sender, EventArgs e) { string s = Request.Form["__EVENTTARGET"]; int index = Convert.ToInt32(s.Substring(s.LastIndexOf("$") + 1));//当前选中项的索引 string selectText = this.CheckBoxList1.Items[index].Text;//当前选中项的文本 string selectValue = this.CheckBoxList1.Items[index].Value;//当前选中项的值 }
关键字: CheckBoxList 选择项 索引
下一篇:遍历GridView列
0人
0人
0人
0人