How to display multiple records per page?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default How to display multiple records per page?


    How can i build the easiest way an script which enables me to display an x
    amount of records per page?

    Friendly greetings,

    André


    recreatie_duiker Guest

  2. Similar Questions and Discussions

    1. Display all records on a page?
      This is the code I'm using to display records from an Access database in a random order. The problem is when the page is refreshed it doesn't...
    2. display multiple records from db on one pdf form
      hi all, I am looking for help in displaying all records in the dababase on just one pdf form, no buttons needed. I want the form to be populated...
    3. updating multiple records on one page
      I'm a moderate newcomer to ASP... I have a SQL Server database. I am displaying multiple records on a page. I have a field in the database called...
    4. Web Page Display W/Multiple Pages - Using mysql_num_rows($php_resultID);
      Ralph Freshour <ralph@primemail.com> wrote in message news:<s478lv87b57ro1q1gu6jcp4mnbnj3pl5lf@4ax.com>... Check out the LIMIT clause in MySQL....
    5. [PHP] Display Records in Multiple Pages help please !
      a sample from my db class, i had to store the total in a session as calling the total on every page on a large database was painful doing count(*)...
  3. #2

    Default Re: How to display multiple records per page?

    > How can i build the easiest way an script which enables me to display an x
    > amount of records per page?
    [url]www.aspfaq.com/2120[/url]


    Aaron Bertrand [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139