c# - How to save automatically for the user changes -


how save automatically validation part in windows form,

for example in windows form page have tab control name called validation if user make changes

i.e., checking check box , changing color box changes should save automatically without clicking on save button?

auto save complex operation. because interrupts user activity while auto saving. 1 simple method implementing auto save

  1. create 1 timer , boolean flag variables .

  2. start timer when application started.

  3. set flag if changes done user activity.

  4. call auto save function according timer interval. if flag set complete application changes saved , reset flag.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -