Click here to Skip to main content
15,898,826 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to make asp.net page work offline via javascript.
The real time scenario is user will using asp.net web application in ipad/tab , here if internet cuts off atleast the page should not show page not found, also is their any way to stay in visted page undisturbed with some kind of limited funtionalities like only viewing the record like storing in application cache .
Also to avoid postback after offline can it be handled using javascript.

any ideas to work it out
Posted

Yes it is possible. Read about HTML5 Application Cache[^]
it gives you offline browsing ability, faster, low overhead to server application. Google for this topic and you will find many resources like below
Build an HTML5 Offline Application with Application Cache, Web Storage and ASP.NET MVC[^]
Creating HTML5 Offline Web Applications with ASP.NET[^]
Good luck :-)
 
Share this answer
 
v2
 
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