Hi, I have an asp dropdownlist loaded with cities/countries. They are loaded directly in code
<asp:ListItem Value="MIA">Miami, Florida</asp:ListItem>
I would like to extend the control with Ajax in order to allow a user to start typing and show similar matching options from a dropdownlist below. Is this possible using this control and the hard coded values? Thanks!