Ok, I have an asp page driven by a database.
It is a page of links and I would like to know how I can make it so that only 20 records go on each page? (dynamically) then the next 20 can be loaded.

So
http://www.mylinks.com/links.asp?page=1
would show the first 20
http://www.mylinks.com/links.asp?page=2
the next 20
and so on and so forth.

Do u guys understand?

and Can u help?