This topic is locked

dropdownlist and autocomplete

12/14/2005 4:22:02 AM
ASPRunner.NET General questions
R
riav author

is it possible in a dropdownlist to search parts of a value

for example
to select apple by typing ap

Eugene 12/14/2005

Web browser doesn't support the incremental search in the standard dropdownlist. You can search a value only with the first letter.

R
riav author 1/12/2006

is it possible in a dropdownlist to search parts of a value

for example
to select apple by typing ap


I'm still looking for a solution. Has anyone found a solution or a workaround in asp 2.0

P
pbonk 1/12/2006



I'm still looking for a solution. Has anyone found a solution or a workaround in asp 2.0


You can use javascript to accomplish this.