I am creating an ASP.NET/VB.net web application. I'm looking for a (preferably FREE) searchable dropdownlist server control that I can easily incorporate into my various ASP.NET applications.
I have been searching online and found several solutions that are jQuery based, etc.... But, I haven't been able to find any server controls that support (ie extend) the standard dropdownlist events, properties, etc.... In particular the SelectedIndexChanged event. Do you have any recommendations? Thanks!
Here is a an example using the ListExtenderControl. You will need to use the ASP.NET AJAX Control Toolkit.