Windows 98 dropdownlist not show

R

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

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.
 
A

Anthony Jones

Ricky Chan said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top