Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
What is best control to use for validating email address input?
posted

I was sure that we could do it with the MaskedEdit, but I can't figure out how to build the mask so that it will allow variable quantities of characters in the three sections... and force CharacterCasing to Lower.

Any ideas?

Thanks

Parents
No Data
Reply
  • 37774
    Suggested Answer
    posted

    I don't think that you can do this with a mask, since you can't build a mask that is variable and dependant on other values.  Your best bet is to likely use a simple text editor and validate the input with a regular expression.

    -Matt

Children