Dropdown with large amount of data in ASP

J

JP SIngh

Hi All

I am using couple of dropdowns on a form which pulls data from one of our
tables.

The data list is quite large (500+) and it takes users a lot of time to find
the correct item. Users are getting quite frustrated using the dropdowns as
they have to scroll for a long time.

Can anyone suggest a better way to accomplish this?

Regards
Jas
 
J

Jeff Cochran

I am using couple of dropdowns on a form which pulls data from one of our
tables.

The data list is quite large (500+) and it takes users a lot of time to find
the correct item. Users are getting quite frustrated using the dropdowns as
they have to scroll for a long time.

Can anyone suggest a better way to accomplish this?

It's not an ASP issue, it's a user interface and maybe data layout
issue. Either don't pull out so much to display to users or display
it in chunks. Even a hierarchal organization would help, drill down
by manufacturer, then model number for instance.

On a side note, this is almost always designed instinctively if you
choose the database layout appropriately. The proper choice of an
item's attributes will determine the columns, which can be sorted,
displayed or queried appropriately.

Jeff
 

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
474,163
Messages
2,570,897
Members
47,434
Latest member
TobiasLoan

Latest Threads

Top