I'm building a web based application which will contain multiple fields along with tabs. Users have requested an auto save feature so they don't have to re-enter data if session times out, or they close tab etc. What is my best approach here? I've never done something like this before.
Please advise.
Thanks,
jatin
Hi hendrix169,
You have to save the Data in Database. After session times out repopulate the data from database based on the logged in user.
No without saving it is not possible.
For accidental tab close, power shut down it is not possible.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.