ASP Tutorial - Next Ten Records
Here's another one which I'm sure many of you are going to want to try for yourself. A lot of people are always wanting to know how to create a database application which displays a limited number of records, with the ability to go to another page containing the "next x records." Well, I'm going to demonstrate that right here for you.
Let's start with a simple form. The query will be on my discussion web. You type in the first few letters of a person's name, someone who has posted a message on my discussion web, and a list of matching messages will be displayed, with a hyperlink to display the full message. The form below has a single field called "name." This form submits to an asp page called "listrecords.asp." I've put my own first name in the form by default, as I know I've written a few messages in there, but you can type in another name if you wish.
