Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/05/2005, 12:08
acrego
 
Fecha de Ingreso: abril-2005
Ubicación: Santiago Compostela
Mensajes: 213
Antigüedad: 20 años
Puntos: 0
buenas yo tengo algo parecido, mi codigo es:

<%If RstConfr.recordcount > 0 then
do while not RstConfr.eof
Response.write("<option value= " & RstConfr("Id") & ">" & RstConfr("NomeConfra") & "</option>")
RstConfr.movenext
loop
end if
RstConfr.Close
Set RstConfr=Nothing%>

(...)

asi me funciono, que te vaya bien.
ya diras si te funciono.