I am using asp.net login control. In that "Remember me next time" check box control is there. If we login first time we should save username and password for next time. Pls tell me how?
Thanks in advance....
I am using asp.net login control. In that "Remember me next time" check box control is there. If we login first time we should save username and password for next time. Pls tell me how?
Thanks in advance....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nipun TomarPosted Apr 12, 2009, 11:42 PM
you can use the cookies for this.
when user comes for the first time and login, store the user information in cookies. And when he comes next time, read the user information from cookies to login automatically.