Click here to Skip to main content
15,894,896 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
We are facing an issue by using an application which is only online...
When the internet is bad user are not able to work so this is giving serious problem,So we want to build and application which can be online and offline. Means once the internet is down we can work offline.
And then data will be updated after the work is done...I dont know much about this, and this why I asking if u can suggest a better solution.

What Can I do to make it work online and offline?

Thanks!
Posted

"Off-line" in respect to "ASP.NET" is total and irreversible absurd. Listen to your own words. "Off-line" means that the client is disconnected from "line", from the network. And "ASP.NET" is something working on the server side, something the user is not connected with.

For more information, please see:
http://en.wikipedia.org/wiki/S%C3%A9ance[^],
http://en.wikipedia.org/wiki/Psychokinesis[^],
http://en.wikipedia.org/wiki/Clairvoyance[^],
http://en.wikipedia.org/wiki/Misnomer[^],
http://en.wikipedia.org/wiki/Nonsense[^].

—SA
 
Share this answer
 
Comments
El Dev 11-Mar-14 1:49am    
Hi sergey! ok can u please suggest me what is the best way to build an application that can work online and offline if there is no internet.Is what I want to know if it is possible or not!!
Sergey Alexandrovich Kryukov 11-Mar-14 3:24am    
Can you read? It cannot be possible or impossible. This is just absurd. Didn't I explain it already.
End of story.
—SA
El Dev 11-Mar-14 1:57am    
And by the way take alook on this link u will understand what I mean: http://www.sitepoint.com/offline-web-application-tutorial/
Sergey Alexandrovich Kryukov 11-Mar-14 3:25am    
Yes, of course, but look at your tag: "ASP.NET". That's all, forget it.
—SA
For achieving Offline Connectivity, you can go for HTML5 indexedDB concepts, make a copy of data from server and store it in IndexedDB and keep use of it while you are in offline...

Have a look into these links,

Getting Started with IndexedDB[^]

http://www.html5rocks.com/en/tutorials/indexeddb/todo/[^]
 
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