Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/11/2010, 07:31
OMFG
 
Fecha de Ingreso: noviembre-2008
Mensajes: 3
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: ListBox y Access

Cita:
Iniciado por jaullo Ver Mensaje
Prueba algo asi

Código ASP:
Ver original
  1. for (int x = 0; x <= this.lstPropuestas.Items.Count - 1; x++) {
  2.     respuestas = this.lstPropuestas.Items.Item(x);
  3.     Datos.clsRespuestas.CrearRespuesta(lblIdPropuesta.Text, respuestas);
  4. }

Saludos,

Inmensamente agradecido... lo único que no funciono fue donde dice Items.Item(x); me generaba error, pero puse todo lo demás como dijiste y funcionó.

Te agradezco mucho.

Saludos.