Looking for a filtered dropdown list for ASP.NET.
Posted
by ProfK
on Stack Overflow
See other posts from Stack Overflow
or by ProfK
Published on 2010-05-10T18:32:21Z
Indexed on
2010/05/10
21:44 UTC
Read the original article
Hit count: 197
ASP.NET
I have some DropDownList controls where the list is very large, so I would like to have a means for the user to filter the list, either based on other fields, e.g. region, or on the first letters typed in a textbox. How can I achieve this in ASP.NET? Is the an open source control out there that will help me?
© Stack Overflow or respective owner