displaying the output

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 11th, 2006, 15:31
Junior Member
Join Date: Feb 2006
Age: 30
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Jul 12th, 2006, 08:03
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,617
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
  #3 (permalink)  
Old Jul 12th, 2006, 13:44
Junior Member
Join Date: Feb 2006
Age: 30
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4 (permalink)  
Old Jul 12th, 2006, 15:49
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,617
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
Reply

Tags
displaying, output

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:40.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43