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. Remembering Password in Asp.net

Remembering Password in Asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsecurity
4 Posts 3 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.
  • S Offline
    S Offline
    sandeep kumar pundhir
    wrote on last edited by
    #1

    Hi, I have a login page in asp.net accepting username as email and password,using form authentication. And a checkbox to make password persistent or non -persistent. My requirement is that when i log out, then again when i open the url , and puts the same emailid then its password should automalically come in password textbox. Is there anyother way to achieve this. Thanx

    G 1 Reply Last reply
    0
    • S sandeep kumar pundhir

      Hi, I have a login page in asp.net accepting username as email and password,using form authentication. And a checkbox to make password persistent or non -persistent. My requirement is that when i log out, then again when i open the url , and puts the same emailid then its password should automalically come in password textbox. Is there anyother way to achieve this. Thanx

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      This is a function in the browser, and the user decides if the function should be used or not. You can't control this functionality programmatically, and there is no way that you can set the value of a password textbox using code.

      --- single minded; short sighted; long gone;

      M 1 Reply Last reply
      0
      • G Guffa

        This is a function in the browser, and the user decides if the function should be used or not. You can't control this functionality programmatically, and there is no way that you can set the value of a password textbox using code.

        --- single minded; short sighted; long gone;

        M Offline
        M Offline
        Mic Mathi
        wrote on last edited by
        #3

        Can we use cookies for that? :sigh: :confused: :confused: :confused:

        G 1 Reply Last reply
        0
        • M Mic Mathi

          Can we use cookies for that? :sigh: :confused: :confused: :confused:

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          Eh... Yes, you can use cookies to not store the password...

          --- single minded; short sighted; long gone;

          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