Sign in | Join
Last post 03-30-2008 9:49 AM by Rizwan328. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
What would be the best solution to handle low and broken connectivity issues between my ASP.Net application and the browser? The application accepts inputs in a continuos fashion from the user which is also critical data and in such issues the user does not want to re-enter the data through the same sequence over few screens.
Shyam
Hope somebody has faced this problem and has a better solution.
You are going to need both intelligence and storage on the client to hold on to data and intelligently resubmit when connectivity returns. In theory some of the HTML v5 (esp. local storage) would help, but likely to be sometime before you can rely on browsers to support that in most cases.
I would suggest looking at something like a smart client approach rather than a pure web app.
Good question, me also interested if some one can answer above?