There is a local data in my app, and this needs to be sent to the server using web services.
Manually, it is working fine. I need to schedule the same task with a defined time interval where it will sync automatically when it reaches to that date time.
Can any one give me the idea how to accomplish it. (preferred java script rather than c#)
Thank in advance.