listbox table problem

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

  1. #1

    Default listbox table problem

    I would appreciate a pointer.....

    I have an asp page that links to an Access database and retrieves 2500
    records and each record line has two listboxes.
    Each line is a pallet of stock and one listbox contains what to do with it
    and the second is a reasoncode. The user gooes through his/her stock
    indicating stock that needs to be disposed of and the entire page is then
    updated to reflect these choices.

    The problem is, although everything is fine when a few hundred records
    are retrieved, when the full
    2500 are the listboxes do not position themselves within the table cell
    and even extend beyond the table at the bottom of the page. Any ideas?


    This is the extreme of the records available and there are filters to reduce
    the number of records but this option will still be required.

    The server in NT4 running IIS4 and the browser used is IE6.

    Many Thanks


    buzz Guest

  2. Similar Questions and Discussions

    1. Updating table with multi-select listbox
      Hi All, I've got a form with a multi-select that contains multiple options. Initially, they are unselected. When one or more options are selected...
    2. ListBox PROBLEM in User control
      Hello, I'm trying to develop a simple Web User Control that contains two list boxes, Add and Remove buttons. This User Control transfers the...
    3. DataGrid and ListBox problem...
      Hello All, I am trying build a web form with a listbox and datagrid on it. 1. I have a dataset into which I load an xml file using ReadXml()...
    4. now desparate! - 1st listbox contents disappears when 2nd listbox appears?
      On 23 Jun 2003 12:57:45 -0700, KathyBurke40@attbi.com (KathyB) wrote: Its been a while since you posted but I will answer anyway. The problem...
    5. Listbox Problem - Help Please
      Hi all, This has been driving me mad all day and it is probably something really simple which I am overlooking. I want to be able to refresh...
  3. #2

    Default Re: listbox table problem

    Please don't multi-post, we discussed this issue in another newsgroup, I
    think you need to post to a client-side newsgroup as it is likely an HTML
    problem or limitation.

    Your issue doesn't revolve ASP, and it certainly doesn't involve a database.

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)




    "buzz" <buzz15@freeuk.com> wrote in message
    news:40bf7be7$0$17764$cc9e4d1f@news.dial.pipex.com ...
    > I would appreciate a pointer.....
    >
    > I have an asp page that links to an Access database and retrieves 2500
    > records and each record line has two listboxes.
    > Each line is a pallet of stock and one listbox contains what to do with it
    > and the second is a reasoncode. The user gooes through his/her stock
    > indicating stock that needs to be disposed of and the entire page is then
    > updated to reflect these choices.
    >
    > The problem is, although everything is fine when a few hundred records
    > are retrieved, when the full
    > 2500 are the listboxes do not position themselves within the table cell
    > and even extend beyond the table at the bottom of the page. Any ideas?
    >
    >
    > This is the extreme of the records available and there are filters to
    reduce
    > the number of records but this option will still be required.
    >
    > The server in NT4 running IIS4 and the browser used is IE6.
    >
    > Many Thanks
    >
    >

    Aaron [SQL Server MVP] Guest

  4. #3

    Default Re: listbox table problem

    Perhaps something like this might help to reduce the number of records
    shown on one page at a time:

    Database Paging
    [url]http://www.asp101.com/samples/db_paging.asp[/url]
    Uses PageSize method of recordset.

    Paging Records with GetRows by Mukul Sabharwal - 7/5/2000
    [url]http://www.4guysfromrolla.com/webtech/070500-1.shtml[/url]
    Uses GetRows.

    Displaying a certain # of records on each webpage Paging
    [url]http://www.aspfree.com/asp/startpage.asp?id=11[/url]
    Uses PageSize method of recordset.
    Shorter.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Consultant
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Devdex [url]http://www.devdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  5. #4

    Default Re: listbox table problem

    <<
    The problem is, although everything is fine when a few hundred records
    are retrieved, when the full 2500...
    >>
    Database Paging
    [url]http://www.asp101.com/samples/db_paging.asp[/url]
    Uses PageSize method of recordset.

    Paging Records with GetRows by Mukul Sabharwal - 7/5/2000
    [url]http://www.4guysfromrolla.com/webtech/070500-1.shtml[/url]
    Uses GetRows.

    Displaying a certain # of records on each webpage Paging
    [url]http://www.aspfree.com/asp/startpage.asp?id=11[/url]
    Uses PageSize method of recordset.
    Shorter.

    Recordset Paging with ADO 2.0 by Michael Qualls
    [url]http://www.asp101.com/articles/recordsetpaging/index.asp[/url]
    Uses PageSize method of recordset.
    Longer with more comments.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Designer
    [url]http://www.Bullschmidt.com[/url]
    ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Devdex [url]http://www.devdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt 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