Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/03/2005, 06:09
Agrey
 
Fecha de Ingreso: octubre-2003
Mensajes: 364
Antigüedad: 21 años, 6 meses
Puntos: 1
bueno lo consegui, muxas gracias:

if Request.Querystring("pagina")="" then
sql3=sql & sql4 & sql5 & "order by Nombre"
session("sql")=sql3
else
sql3=session("sql")
end if