Input Validation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Murphy

    Input Validation

    How can I ensure a user password contains only alphanumeric characters or is
    this already enforced by setting the text box to password ?

    Thanks

    Murphy


  • hwang

    #2
    Re: Input Validation

    hi
    i think you can you regular expression to solve this problem
    "Murphy" <murphy@murphy. com> дÈëÏûÏ¢ÐÂÎÅ
    :e7t8B$bJEHA.34 36@tk2msftngp13 .phx.gbl...[color=blue]
    > How can I ensure a user password contains only alphanumeric characters or[/color]
    is[color=blue]
    > this already enforced by setting the text box to password ?
    >
    > Thanks
    >
    > Murphy
    >
    >[/color]


    Comment

    • Sebastian

      #3
      Re: Input Validation

      "hwang" <hwang_hwang@ho tmail.com> wrote in message
      news:e50HzvdJEH A.4052@TK2MSFTN GP11.phx.gbl...[color=blue]
      > hi
      > i think you can you regular expression to solve this problem[/color]

      Try this [0-9a-zA-Z]

      Sebastian


      Comment

      Working...