I am using cookies to store username and password in client browser using Asp.Net with C#. I got back username in textbox but unable to retrieve password.
I want to enable and disable cookies setting through code not manually. Is It Possible?
if yes, provide whole code.
reply ASAP.
Thanks.
regards,
Abhishek Srivastava
Koteswararao MallisettiPosted Jun 24, 2010, 5:29 AM
code after checking the credential
FormAuthentication.RedirectFormLogInpage(txt_Uname.text,chk_RemberMe.cheked )
the chk_RemberMe check box is true passwod is also display in the text box if it is false password fild is refreshed