codice:
if not rs1.eof then 
   while not rs1.eof

      <%=rs1("text")%>

      rs1.Movenext
   wend
else
   response.write("TESTO DIVERSO")
end if