Ver originalfor (int x = 0; x <= this.lstPropuestas.Items.Count - 1; x++) { respuestas = this.lstPropuestas.Items.Item(x); Datos.clsRespuestas.CrearRespuesta(lblIdPropuesta.Text, respuestas);}