views:

15

answers:

0

Hi,

I have a normal form where the user can enter data in textfields, select values in dropdowns etc. As it is now the user clicks on submit and a web service inserts the data into a server.

I have added functionality so that the user enters data about a customer, click save and it is saved temporarily in safari's/chrome's local database. The user can then enter information about another customer, click save and keep going. When they have connection again (mobile or wireles) I want them to be able to click a synchronise button and process all records in the local database with the web service and then insert the record to server I now use.

I'm not asking for a solution or code here but where I should start reading, any suggestions? Is what I am trying to do doable?

Edit: I have a dropdown where I can select customer and populate the fields from the database, click submit and repeat. I am looking into a way of only having to click submit once, regardless of how many rows there are in the database. I am also using ASP.NET.