Winchester
Diamond Member
Im building a asp page to display 10 records per page and then be able to sort them by last name and be able to click next and go to the next 10.
If I put the code exactly as below it works fine, except it just shows the first 10 records even when clicking next. It always shows the first 10 records (url right below)
odbcgallery.asp?offset=10
When I click on my respective letter (T or D) for example, it does show only the records starting with those letters. It goes to the 3rd page of records exactly like the above URL. When going to the following link on my site, it should bring up just the records with the last name starting with T (url right below)
odbcgallery.asp?Start=0&Offset=10&LastName=T
-----
If I put the code exactly as below it works fine, except it just shows the first 10 records even when clicking next. It always shows the first 10 records (url right below)
odbcgallery.asp?offset=10
When I click on my respective letter (T or D) for example, it does show only the records starting with those letters. It goes to the 3rd page of records exactly like the above URL. When going to the following link on my site, it should bring up just the records with the last name starting with T (url right below)
odbcgallery.asp?Start=0&Offset=10&LastName=T
-----