I wanted to explore how to add autocomplete(typeahead) function to a web application. I googled and found a couple of samples, some use web service and some use generic handler and it seems WebAPI may serve for the same purpose. Can someone explain me
the difference among three of them? Thanks.
Go to the complete details ...