Te presentamos la galería de algunas de las fotos presentadas al concurso.
<%
strSql2 = "SELECT * FROM concurso WHERE (fecha_subida between #"&fecha_inicio&"# and #"&fecha_final&"#) and publicado=yes;"
set registro = Conn.execute(strSql2)
if (registro.eof and registro.bof) then
response.Write("Todavía no hemos publicado las fotos, pronto podrás verlas")
else
miTabla = registro.GetRows
total= UBound(miTabla,2)+1
If Err.Description <> "" then
Response.Write "Error en Base de Datos: " & Err.Description & ""
Else
If registro.BOF=false then
registro.MoveFirst
end if
end if
%>
<%
dim campos
campos=1
final="no"
do while ((campos"si"))
%>