Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/04/2003, 16:25
Avatar de maestro
maestro
 
Fecha de Ingreso: febrero-2002
Ubicación: España
Mensajes: 2.364
Antigüedad: 23 años, 3 meses
Puntos: 1
La idea es esta:


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%
counter=0
for i=1 to 15
%>
<td><%=rs("campo")%></td>
<%
counter=counter+1
If counter MOd 5=0 Then Response.Write "</tr><tr>"
Next
%>
</tr>
</table>

Tienes que combinar la paginacion con esto que te doy para mostrar los resultados de 15 en 15 tambien puedes modificarlo, lo importante es esto
If counter MOd 5=0 Then Response.Write "</tr><tr>"
__________________
Jose Maria Fernandez
[email protected]
Http://www.expansionweb.net