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
1465
Validate email address
posted

Hello. I'm using IG for Winforms version 9.2.20092.2074.

I have an UltraValidator control and UltraTextEdit controls on a form and am validating the UltraTextEdit controls using the IsRequired property of the ValidationSettings.

I also have one UltraTextEdit control that accepts an email address. That control is also using the IsRequired property but I also need to validate that the user has entered a valid email address pattern.

How do I use the UltraValidator in conjuction with the email UltraTextEdit to ensure a valid email address pattern?

Thank you,

Mike

  • 1465
    posted

    Nevermind. I figured it out.

    Use "Match" as the condition and use a regular expression.