navigating through records

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

  1. #1

    Default navigating through records

    Using asp/ado/IE:
    Let say I have a recordset contianing 1000 records. I don't want to show
    *all* 1000 records in one long table on a page so how do I go about only
    showing say 25 at a time and putting a button or link at the bottom that
    says 'Next>>' and after clicking that the next 25 records show.. and so
    forth.. I see this on systems but being knew to asp/ado (I am used to
    access forms and dao) I'm not sure how to go about doing that?

    can someone please point me in the right direction or provide a simplistic
    example?



    djc Guest

  2. Similar Questions and Discussions

    1. Navigating Between Detail Records
      Does anyone know of a way that I can navigate records from a search query from a details window? Let me explain. I have a search utility where the...
    2. Navigating in a PDF
      Jonathen, It is viewed in Acrobat 5.0. Is there a way to create a button in the PDF that will appear on all the pages?
    3. Navigating through records in a subform
      I am trying to add some record navigation buttons using a command button. For example, in the command button wizard, i choose the "go to next...
    4. Navigating records in web form
      Dear Sir I biging in asp.net and i want desine a data entry form with single record at time. i need navigate records but i dont now. Plese help...
    5. Navigating LDMs?
      Hello every one. I have a LDM Linked Director Movie that I need the main movie to navigate to a marker with in the LDM. The LDM is sprite(28)...
  3. #2

    Default Re: navigating through records

    [url]http://www.aspfaq.com/2120[/url]

    "djc" <noone@nowhere.com> wrote in message
    news:u72bvTnmDHA.1072@TK2MSFTNGP09.phx.gbl...
    > Using asp/ado/IE:
    > Let say I have a recordset contianing 1000 records. I don't want to show
    > *all* 1000 records in one long table on a page so how do I go about only
    > showing say 25 at a time and putting a button or link at the bottom that
    > says 'Next>>' and after clicking that the next 25 records show.. and so
    > forth.. I see this on systems but being knew to asp/ado (I am used to
    > access forms and dao) I'm not sure how to go about doing that?
    >
    > can someone please point me in the right direction or provide a simplistic
    > example?

    McKirahan 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