Remembering Password in Asp.net
-
Hi, I have a login page in asp.net accepting username as email and password,using form authentication. And a checkbox to make password persistent or non -persistent. My requirement is that when i log out, then again when i open the url , and puts the same emailid then its password should automalically come in password textbox. Is there anyother way to achieve this. Thanx
-
Hi, I have a login page in asp.net accepting username as email and password,using form authentication. And a checkbox to make password persistent or non -persistent. My requirement is that when i log out, then again when i open the url , and puts the same emailid then its password should automalically come in password textbox. Is there anyother way to achieve this. Thanx
This is a function in the browser, and the user decides if the function should be used or not. You can't control this functionality programmatically, and there is no way that you can set the value of a password textbox using code.
--- single minded; short sighted; long gone;
-
This is a function in the browser, and the user decides if the function should be used or not. You can't control this functionality programmatically, and there is no way that you can set the value of a password textbox using code.
--- single minded; short sighted; long gone;