am using autocomplete ajax function on text-box MVC4.
Example :
In my columns U.S.A, Canada,London ,u.s.a,India,china,London,u.s.a, etc When i type on textbox as u.s.a. it fetch u.s.a,u.s.a,u.s.a,
Problem is,
i don't need to fetch repeated data when i type u.s.a
it should return u.s.a
not u.s.a,u.s.a,u.s.a,
Controller