เปลี่ยน เป็น
sql="Select * From Product Order by ........... Desc;"
ตรงที่ละไว้คือฟิลด์ที่ต้องการให้เรียงลำดับจากมากไปหาน้อย
2 กลับเลขหน้าไม่ต้องกลับข้อมุล
if pageno="" then
if rs.recordcount mod pagelen >0 then
pageno = (rs.recordcount\pagelen)+1
else
pageno =rs.recordcount\pagelen
end if
end if