I am writing a webpage using ASP.NET. I am populating numerous
dropdownlists with data. However, there is so much data that I need
the dropdownlists to incorporate the type-ahead or auto-complete
capability. Does anyone know how to do this? I have scoured the web
and found code for Windows forms and javascripts but nothing for pure
ASP.NET code. Anything at this point would help.