views:

143

answers:

1

Hi,

I'd like to make an autosuggest app that connects to a .NET web service for the iPhone. Any tips on how to do it?

Alternatively, would it be a good idea to cache a list of the most frequently used results on the iPhone and access the service if no results are available?

Thanks,
Teja

A: 

I am trying to do the same thing. Did you ever figure out how to do this?

beleg
Nah, couldn't figure it out. For now, I just copied the database over from my server to the phone (it's just a few 100kb anyway), but keeping it up-to-date will be a pain.
Tejaswi Yerukalapudi