How to store TextField Values even after the software closes or power loss in C#?

38 Views Asked by At

I have many TextFields in my WPF App in C#. Where user can input information and when save button is pressed, the values are stored in SQL Database. I want to keep the values until save button is pressed or user clear the values. How can i do that?

0

There are 0 best solutions below