Click here to Skip to main content
15,904,497 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I want to create a web page with below requirement.

Requirement:

If I enter data on the web page,data should auto save entered at predefined intervals, includes auto save prior to session time out. When I logs back in any data previously entered should be displayed.

Please Let me know the way how can I do this.
Posted

 
Share this answer
 
Your challenge is to persist the data on the web page even session time out...right?

Please stored such data in application variable[see syntax like Application("myvalue") = "value1" etc..] before getting save and then get recall it in case session time out .At the end you just kill(set null) those application variable value once inserted into database.
 
Share this answer
 
v2

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