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. Fill Text in password typpe textbox

Fill Text in password typpe textbox

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-nethelp
3 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.
  • P Offline
    P Offline
    Pradhip
    wrote on last edited by
    #1

    Hi , I am using cookies in my login page in ASP.NET to auto-fill in UserID and password if the user is coming to my webpage the second time or third time. The cookie section seems to work fine. It gets both the userid and password value from the cookie on the client machine.However when i try to autofill it it only fills the userid textbox. The password text box never gets filled up. But if i place a label below my password textbox and populate the label's text value with my password that seems to work. It almost seems like i am missing to turn off /on some property in my password text box. Can somebody help me with this please. I am placing the same question the second time in this forum. Regards , Pradhip.S If a Building is Completed then why do they call it BUILDING ??

    N M 2 Replies Last reply
    0
    • P Pradhip

      Hi , I am using cookies in my login page in ASP.NET to auto-fill in UserID and password if the user is coming to my webpage the second time or third time. The cookie section seems to work fine. It gets both the userid and password value from the cookie on the client machine.However when i try to autofill it it only fills the userid textbox. The password text box never gets filled up. But if i place a label below my password textbox and populate the label's text value with my password that seems to work. It almost seems like i am missing to turn off /on some property in my password text box. Can somebody help me with this please. I am placing the same question the second time in this forum. Regards , Pradhip.S If a Building is Completed then why do they call it BUILDING ??

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Not missing anything, thats just how the password box works.

      1 Reply Last reply
      0
      • P Pradhip

        Hi , I am using cookies in my login page in ASP.NET to auto-fill in UserID and password if the user is coming to my webpage the second time or third time. The cookie section seems to work fine. It gets both the userid and password value from the cookie on the client machine.However when i try to autofill it it only fills the userid textbox. The password text box never gets filled up. But if i place a label below my password textbox and populate the label's text value with my password that seems to work. It almost seems like i am missing to turn off /on some property in my password text box. Can somebody help me with this please. I am placing the same question the second time in this forum. Regards , Pradhip.S If a Building is Completed then why do they call it BUILDING ??

        M Offline
        M Offline
        Marcie Jones
        wrote on last edited by
        #3

        It won't accept a .Text value, but you can set it in code using its Attributes: C#: PasswordCtrl.Attributes["value"] = "password"; VB: PasswordCtrl.Attributes("value") = "password" Hope that helps, Marcie http://www.codeproject.com

        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