Home All Groups Group Topic Archive Search About

Windows 98 dropdownlist not show



Author
6 Apr 2006 8:20 AM
Ricky Chan
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~

Author
6 Apr 2006 9:41 AM
Evertjan.
=?Utf-8?B?Umlja3kgQ2hhbg==?= wrote on 06 apr 2006 in
microsoft.public.inetserver.asp.general:

> 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~

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)
Author
6 Apr 2006 2:04 PM
Anthony Jones
Show quote
"Ricky Chan" <RickyC***@discussions.microsoft.com> wrote in message
news:2D9639A6-E4C9-4EAC-BB80-6F0E16C2946D@microsoft.com...
> 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~
>

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

AddThis Social Bookmark Button