This is a discussion on "displaying the output" within the Classic ASP section. This forum, and the thread "displaying the output are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
displaying the output
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
displaying the output
I have query which gives an output of more than 3000 records. How do i display the output in different pages with a next button.
|
|
|
|
#2
|
||||
|
||||
|
Re: displaying the output
use recordset.pagesize to define guess what, page size.
use recordset.pagecount property to read total number of pages. use recordset.move to move to a certain record. need more?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#3
|
|||
|
|||
|
error with paging
I read the article on recordset paging and tried implementing the code for my application but for some reason it didn't work. When I click on next and previous links it gives me Internet Explorer error message saying "page not found". I don't know where I am going wrong.
|
|
#4
|
||||
|
||||
|
Re: displaying the output
Well, we're web designers, not magicians... Send us a url to see the problem.
BUT FIRST: 1. Open Internet Explorer 2. Go to Tools > Internet Options 3. Cllick on the "Advanced Tab" 4. Untick the box labelled: "Show friendly HTTP error messages"
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| displaying, output |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Php output in to CSS | dhossai | Web Page Design | 1 | Oct 30th, 2007 18:38 |
| delaying output | theosx | JavaScript Forum | 6 | Sep 19th, 2007 04:56 |
| Distinct output using ASP/SQL | bullrider | Classic ASP | 0 | May 29th, 2007 16:55 |
| output IE vs. FF | jojo | Web Page Design | 5 | Dec 29th, 2005 13:35 |
| no output at all -- can't see why in code (???) | jswebdev | PHP Forum | 8 | Oct 16th, 2005 05:07 |