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. Password Confirm Check

Password Confirm Check

Scheduled Pinned Locked Moved ASP.NET
helptutorialquestion
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.
  • H Offline
    H Offline
    HarryBo
    wrote on last edited by
    #1

    Hi Again, another quick question if anyone can help, i was wondering how to, on the registration screen verify that the new password is the same as the confirm AGain any help greatly appreciated **** Many Thanks Harry

    S A 2 Replies Last reply
    0
    • H HarryBo

      Hi Again, another quick question if anyone can help, i was wondering how to, on the registration screen verify that the new password is the same as the confirm AGain any help greatly appreciated **** Many Thanks Harry

      S Offline
      S Offline
      sivilian
      wrote on last edited by
      #2

      You can use the CompareValidator. Just set the ControlToCompare to the Confirm TextBox and the ControlToValidate to the first Password Textbox. Also make sure that the type is String and that Operator is equal. hope this helps, sivilian

      1 Reply Last reply
      0
      • H HarryBo

        Hi Again, another quick question if anyone can help, i was wondering how to, on the registration screen verify that the new password is the same as the confirm AGain any help greatly appreciated **** Many Thanks Harry

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

        my version: 1.)if PswTextBox.Text = PswConfTextBox.Text Then do something else message "Passwords do not match!!!" 2.)VB if Equals(PswTextBox.Text, PswConfTextBox.Text) then .... else... ~Mole~

        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