Hi All,
I need a Editable AutoComplete DropDownList which have the field values from the database.
I have already created editable dropdown list with one dropdown list and one textbox. I want editable dropdown list to be autocomplete.
In that I can Type the item and it want to show in the dropdown the related items to my search....
If I'm Typying 'A' and in the DropDown it want to show "Apple", "Arrow",
I don't want it with Ajax. I want it with normal dropdown list and a textbox.
Please reply.
Thanks.