What is a fast and efficient way to implement the server-side component for an autocomplete feature in an html input box?
I am writing a service to autocomplete use
Maybe I misunderstood your question but couldn't you use a JQuery plugin to Ajax the info to your app?
I have used this one before:
Ajax Auto Suggest v2