ASP.NET searchable dropdownlist server control with selectedindexchanged

4.1k views Asked by At

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!

1

There are 1 answers

0
jeshbreadnan On

Here is a an example using the ListExtenderControl. You will need to use the ASP.NET AJAX Control Toolkit.