I'm working in C# with SQL and I have a Windows Form.
In my application I have to login. When I first enter my id and password and login successfully my id and correct password should be saved. After this, whenever I open that application again, I only want to write my id. The password field should be filled automatically.
How can this be done in a C# Windows Forms application?
Best Regards, Huma Satti