Windows 98 dropdownlist not show

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ricky Chan

    Windows 98 dropdownlist not show

    I have a asp page which show a hundred of record and each row contains a
    dropdownlist.
    It run very fine on winXP.

    However,all dropdownlist can not be showed on Win98 after the record number
    greater than 140.

    Is it a memory problem?

    Any ideas?
    Many thx~



  • Evertjan.

    #2
    Re: Windows 98 dropdownlist not show

    =?Utf-8?B?Umlja3kgQ2h hbg==?= wrote on 06 apr 2006 in
    microsoft.publi c.inetserver.as p.general:
    [color=blue]
    > I have a asp page which show a hundred of record and each row contains
    > a dropdownlist.
    > It run very fine on winXP.
    >
    > However,all dropdownlist can not be showed on Win98 after the record
    > number greater than 140.
    >
    > Is it a memory problem?
    >
    > Any ideas?
    > Many thx~[/color]

    ASP runs on the server, the browser on the client,
    so it cannot be an ASP problem.

    Please choose another NG for this.

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)

    Comment

    • Anthony Jones

      #3
      Re: Windows 98 dropdownlist not show


      "Ricky Chan" <RickyChan@disc ussions.microso ft.com> wrote in message
      news:2D9639A6-E4C9-4EAC-BB80-6F0E16C2946D@mi crosoft.com...[color=blue]
      > I have a asp page which show a hundred of record and each row contains a
      > dropdownlist.
      > It run very fine on winXP.
      >
      > However,all dropdownlist can not be showed on Win98 after the record[/color]
      number[color=blue]
      > greater than 140.
      >
      > Is it a memory problem?
      >
      > Any ideas?
      > Many thx~
      >[/color]

      Yes Win98 will be running out of resources. Dropdowns are windows.

      When you have a design that requires multiple rows to have a set of controls
      a better design is to have only one set of controls which are dynamically
      relocated over the row for editing purposes.

      Anthony


      Comment

      Working...