Antony Judes

Antony Judes

  • NA
  • 100
  • 24.7k

Create DropdownListFor + AutoComplete in ASP.Net MVC 5

Nov 28 2018 3:16 AM
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)