Hi,
I have a requirement to design an offline web application
The requirement goes like this,
Current aplication Its a .net web application collect surveys from users.
New requirement When web server is not available we have to give the user an option to fill the survey offline and later submit it when the server is connected.
What are the dot net techniques you suggest to achieve this.
i invite a discussion on the pros and cons side also.
Example
Excel sheet uploading was one possible option .But while entering data validation is required.
If i use a smart client application its not possible to ask every user to insatll it on their system.
Does any advance dot net features allow me to do this?
Thanks in advance SA