M
Matt
Hi. I'm using VS2005 and working with the Dropdownlist control on an ASP page.
My dropdownlist has several thousand items, all integers, ranging from 1000
to 80000 (these represent different company acocunts). With that many items,
I would like the user to be able to not only choose from the list, but type
the number in the list as well to avoid having to scroll through all of them.
Now, if the user currently enters a '1', they are taken to the first record
in the 1000 range - great! But, if the user types '12', they are taken to
the 2000 range (the last number entered), even though there are a list of
codes availabe in the 1200 range. Ideally they should be able to type a
portion or the entire number as well as select it from the dropdown. (I know
this works in non-asp app dev). So, question is: Does anyone know how to
make this functionally work with the standard ASP.NET ddl control, or does
anyone know of another control I can purchase to get this functionality?
Thanks!
-Matt
My dropdownlist has several thousand items, all integers, ranging from 1000
to 80000 (these represent different company acocunts). With that many items,
I would like the user to be able to not only choose from the list, but type
the number in the list as well to avoid having to scroll through all of them.
Now, if the user currently enters a '1', they are taken to the first record
in the 1000 range - great! But, if the user types '12', they are taken to
the 2000 range (the last number entered), even though there are a list of
codes availabe in the 1200 range. Ideally they should be able to type a
portion or the entire number as well as select it from the dropdown. (I know
this works in non-asp app dev). So, question is: Does anyone know how to
make this functionally work with the standard ASP.NET ddl control, or does
anyone know of another control I can purchase to get this functionality?
Thanks!
-Matt