I need to remember user name and password when user login. i put a check box and in database i made a table in sql server as
username, password, computer name assuming computer name to be unique. it worked in two computers. will computer name will be unique is there another way to do in c# windows form.
I found another article to work in Settings of visual studio with default settings. but will it work when i run exe in all computers with what they choose as username by checking the checkbox when user logs in.
In that case my question its fine when you log with default settings but then how can i change that setting if the computer needs to remember another one. becausee once a member logs in by clicking remember password it wont show login page again and redirect to windows forms. moreover username wwont be saved in database. please hellp urgent to work on tomorow