MickeD
Programmer
- Feb 20, 2000
- 54
I am new to asp.net and I faced some difficulties with the site I want to create.
On the default.aspx page I want to put 2 textboxes ("UserName" and "password") and checkbox "Remember me" for users' login. When user check "Remember Me" he should automatically login on next visit and instead of those textboxes should show Label that reads "Welcome <username>" and button "Log out".(Almost like on this site) As I understand there must be envolved Session Object.
Also I store users' info in access mdb file.
I hope this is pretty standart procedure and someone will have some "ready to use" piece of code. It's kind of urgent project.
Thank you,
Michael
On the default.aspx page I want to put 2 textboxes ("UserName" and "password") and checkbox "Remember me" for users' login. When user check "Remember Me" he should automatically login on next visit and instead of those textboxes should show Label that reads "Welcome <username>" and button "Log out".(Almost like on this site) As I understand there must be envolved Session Object.
Also I store users' info in access mdb file.
I hope this is pretty standart procedure and someone will have some "ready to use" piece of code. It's kind of urgent project.
Thank you,
Michael