What solution/s are recommended for working disconnected?
I have a web application (asp.net) 3.5. Part of the application consists of visiting clients at home and completing a questionaire.
My question is, how should I collect this data if no connection to the internet. I presume store as xml document, what do I use for the UI application
Thanks
UPDATE: I found this: http://msdn.microsoft.com/en-us/library/ms839386.aspx
Any other links for alternative design?