Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. "Remember Password" Functionality

"Remember Password" Functionality

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netvisual-studiocom
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Abubakarsb
    wrote on last edited by
    #1

    Hi Friends, I am developing a website in asp.net. I have seperate textboxes for email and password in the table which is being defined in "asp:Login" control of c# Visual Studio 2005. Now I want to put "Remember my Password" checkbox in that table just below of text boxes. When user select that checkbox, it should remind the password and automatically get login next time. Please remember I can't use any built-in control, I definitely need separate checkbox for that. It is just same as you have here in this website (www.codeproject.com) Thanks and Regards, Abubakar

    C 1 Reply Last reply
    0
    • A Abubakarsb

      Hi Friends, I am developing a website in asp.net. I have seperate textboxes for email and password in the table which is being defined in "asp:Login" control of c# Visual Studio 2005. Now I want to put "Remember my Password" checkbox in that table just below of text boxes. When user select that checkbox, it should remind the password and automatically get login next time. Please remember I can't use any built-in control, I definitely need separate checkbox for that. It is just same as you have here in this website (www.codeproject.com) Thanks and Regards, Abubakar

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can store it on the user machine, in a cookie.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      A 1 Reply Last reply
      0
      • C Christian Graus

        You can store it on the user machine, in a cookie.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        A Offline
        A Offline
        Abubakarsb
        wrote on last edited by
        #3

        Ya, I can store it on user machine in a cookie but I really don't understand how will I get value from the cookie and login to website automatically when user will come next time? Can you send me some code snipset for that? It will be really helpful for me.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups