Code for remeber my username and password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rayapatilavakumar
    New Member
    • Jan 2007
    • 6

    Code for remeber my username and password

    Hi all,
    i am doing one ASP.Net/C#.Net project in that i have designed one form,in that form i have 2 textboxes for username and password and one check box and one button.after entering the data into textboxes,if we select the check box,it need to remember the username and password for future logins

    username txtusername

    password txtpassword|

    remeber my username password checkbox[checked =true]

    submitbutton
  • enreil
    New Member
    • Jan 2007
    • 86

    #2
    You can do this by storing a cookie on the client's machine.

    Originally posted by rayapatilavakum ar
    Hi all,
    i am doing one ASP.Net/C#.Net project in that i have designed one form,in that form i have 2 textboxes for username and password and one check box and one button.after entering the data into textboxes,if we select the check box,it need to remember the username and password for future logins

    username txtusername

    password txtpassword|

    remeber my username password checkbox[checked =true]

    submitbutton

    Comment

    • rayapatilavakumar
      New Member
      • Jan 2007
      • 6

      #3
      Originally posted by enreil
      You can do this by storing a cookie on the client's machine.
      can you give me the complete code ?

      Comment

      • enreil
        New Member
        • Jan 2007
        • 86

        #4
        I've never been a believer in just copying and pasting code without any understanding, so I think it would be good for you to write some of it yourself. But I also understand job deadlines and all that. This link should put you on the right track.

        Originally posted by rayapatilavakum ar
        can you give me the complete code ?

        Comment

        Working...