cantanto victoria antes de tiempo :cantar:
reconfirmame que esto no funciona
Código:
<SELECT SIZE=1 NAME="Titular1">
<OPTION VALUE="0">[Seleccione]</OPTION>
<%if not(rs.eof) and not(rs.bof) then%>
<%while not rs.EOF%>
<OPTION VALUE="<%=rs.Fields("IdParticipante")%>">
<%=rs.Fields("Nombre")%></OPTION>
<%rs.MoveNext
loop %>
<%end if%>
</select>