3
Answers

Create DropdownListFor + AutoComplete in ASP.Net MVC 5

Antony Judes

Antony Judes

6y
24.8k
1
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? 
Answers (3)