Hi,
I need to create a DropDownListFor with AutoComplete on user input, in ASP.Net MVC 5
i get a list of ID,Language from a sql database table vaules,
for that i need to generate a dropdownlist which is just like in jquery combobox.
(URL: https://jqueryui.com/resources/demos/autocomplete/combobox.html)
How can i achive this in ASP.Net MVC 5 Razor view? using DropDownListFor?