|
Subject:
|
Dropdownlist questions
|
|
Posted By:
|
eresina
|
Post Date:
|
11/12/2004 11:34:44 AM
|
Hello,
I have 2 questions:
I have a dropdownlist bind to a particular view from a database. The view has about 400 records.
Is it possible to have a dropdownlist with autocomplete, like you have in comboxes? How do I let the user to put text in this dropdownlist?
I need to find a solution for this and I'll appreciate any help from you.
Thanks,
Elisa Resina
|
|
Reply By:
|
planoie
|
Reply Date:
|
11/13/2004 6:15:25 PM
|
There is no such control in HTML. There may be some third party controls that use DHTML to display something that functions like a windows combo box.
|
|
Reply By:
|
eresina
|
Reply Date:
|
11/15/2004 4:05:58 AM
|
So, In this situation, what are the possibilities to make the search in the dropdownlist "friendly" to the user? Because find a record in 400 is hard to do... what kind of another controls may I use or is there any other way to code it?
thanks again for your help,
Elisa Resina
|
|
Reply By:
|
planoie
|
Reply Date:
|
11/15/2004 3:45:27 PM
|
When I need to have a selector for a large list of items, I sometimes create a popup window (or dialog) that has a search/select page that shows the contents. This way you minimize the amount of data that has to be on the page that may be performing postbacks. You could create a readonly textbox to store the value, then put on a regular button input that brings up the search window. Return the value back to the readonly textbox.
|
|
Reply By:
|
eresina
|
Reply Date:
|
11/16/2004 9:49:23 AM
|
I understand what you mean but in this case the user has to use it several times to assign the code to a date and to an amount of time. And i need that the process of choose and assign values has to be efficient and quickly to the user. The user must not take many time to choose the right code.
Thanks
Elisa
Elisa Resina
|