Ofertas desde el <%=rs("fechainicio")%> hasta el <%=rs("fechafin")%>

  Página <% =Session("CurrentPage") %> de <% = rs.PageCount %>

<%=generotxt%>
<% For i= 1 to rs.PageSize %> <%if rs("categoria") ="Plomeria" then imagen ="fotos\plomeria\"&rs("foto") end if%> <%if rs("categoria") ="Electricos" then imagen ="fotos\electricos\"&rs("foto") end if%> <%if rs("categoria") ="Ferreteria" then imagen ="fotos\ferreteria\"&rs("foto") end if%> <%if rs("categoria") ="lamparas" then imagen ="fotos\lamparas\"&rs("foto") end if%> <%if rs("categoria") ="Jardineria" then imagen ="fotos\jardineria\"&rs("foto") end if%> <%if rs("categoria") ="Pintura" then imagen ="fotos\pintura\"&rs("foto") end if%> <%if rs("categoria") ="Herramientas" then imagen ="fotos\herramientas\"&rs("foto") end if%> <% rs.MoveNext If rs.EOF then i= rs.PageSize Next %>
 
Cantidad
 
<%if categoria = 6 then%>   <%=rs("precio")%>   <%end if%>
&imagenamp=<%=rs("foto")%>&nombre=<%=rs("nombre")%>&descripcion=<%=rs("descripcion")%>&marca=<%=rs("marca")%>&modelo=<%=rs("modelo")%>')> Ver detalles

<% If Clng(Session("CurrentPage"))>1 then %> < <% End if %>    <% If Clng(Session("CurrentPage"))< rs.pageCount then %> > <% End if %>

<% If rs.pageCount>1 then %>

Ir directamente a la página <% For j= 1 to rs.pageCount %> <% =j %> <% Next %>

<% end if rs.close conn.close Set rs=nothing Set conn=nothing %>