1
Answer

MVC 5 jQuery UI Autocomplete textbox, get users detail

I am Implementing autocomplete with asp.net MVC5  where when a user is selected, his details must also populate. for some reasons MY  select: function (event, ui) is not being called and my autocomplete is not pouplating although I can put an alert and see the users.
Attached are my View Page and the controller. Any help will be appreciated
 

Attachment: Question.zip

Answers (1)