How does one display data in pages?
This is probably something really simple but I need some help.
I've got a ASP page that at times pulls thousands of lines of data so I've like to set it up so it should displays say 100 records per page.
Can anyone tell me how this is done? Can ASP handle this or will I need to write queries that will look at say the 1st 100 records, but if you click page 2, it only displays then 201 - 300?
What's the trick?? Can anyone help?
Thanx
|