0
I work on asp.net MVC web API . I face issue when call web API using jQuery ajax request
my issue is autocomplete result display separated by slash
Id - Name - Designation
but expected result I need to get is :
Id : 121
Name : michel nicol
Designation : It Manager
Meaning I need to display Id on First line and second line I will display Name and Third Line I will display Designation .
so every property will be on one line instead of using slash separated .
full code details
html controls used on autocomplete