Hey there!
I have a 1000 records access database and I want to display only 20 per page!
And I want to add links like <prev and next> to display other pages can anyone help me please with the code ?
My code looks like this
<%
dim cn,rs,i, j
i=0
j=20
set cn=server.createobject("ADODB.connection")...