Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear,

How to do Offline Web Application in ASP.Net
1) Is the data saved in browser cache?
2) if the user clear the cache then it will not saved when internet connection will get.
3) When internet connection will get data will automatically sync.

Please help on this

Thanks
Basit.
Posted

1 solution

Use HTML 5 features.
Here is an article which may help you getting the right idea.
C#
Build an HTML5 Offline Application with Application Cache, Web Storage and ASP.NET MVC

[^]

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900