protected void chkEtapaLegal_SelectedIndexChanged(object sender, EventArgs e) { CheckBoxList list = (CheckBoxList)sender; string[] control = Request.Form.Get("__EVENTTARGET").Split('$'); int idx = control.Length - 1; string sel = list.Items[Int32.Parse(control[idx])].Value; }
jueves, 16 de julio de 2015
Verificar que elemento en un CheckBoxList dispara un evento
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario