In the above image I have customerName field as dropdown field but i keep it by search and select option. But now i change this to autocomplete textbox which is mention the in the below image.
In the above code if i type the letter in textbox means it hit the GetVisitCustomer and calculate the values as per i typed in that text box. Upto this its working fine but after calculating the value in Controller it didnt pass that values to view that it didnt show the appropriate values that is (dropdown box with that calculated values). in the textbox. This is the issue. I tried my level best to explain my issue. Any one help me to resolve this issue and In my url i added new {Areas="Sales"} That is in single application we combined two projects my project is coming in sales under Areas. So only i declare url as like that.
Advance Thanks..