Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2010, 18:15
Avatar de jaullo
jaullo
 
Fecha de Ingreso: abril-2009
Mensajes: 994
Antigüedad: 15 años
Puntos: 30
Respuesta: ListBox y Access

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,
__________________
http://geekswithblogs.net/jaullo/Default.aspx
Si te he ayudado regalame Karma positivo!!!