I have created a sample Login form in C# Windows Form Application and what I want is to add Remember username or password feature to my login form.
I just need to provid
You can try with cookie base remember password
check below reference :
https://www.aspforums.net/Threads/130530/Save-Username-and-Password-in-Cookies-using-C-in-ASPNet/