Email text box mask

Hi i'd like to know if anyone can help me with the mask property on the maskedtextbox control. I'd like to create a textbox that can only have an email entered into it, and correctly. Any help would be greatly appreciated.
Cheers
-- Ash Clarke



Answer this question

Email text box mask

  • Aidas

    thats fine, but the masked text box is not the right control for this. A mask enforces that proper data is input in the proper position; such as in dates, currency, ID numbers, etc. . . where there is a standard pattern that the input must conform to -

    00/00/00

    $##0.00

    000-00-0000

  • ShaneBough

    Use regex in a validate handler on a normal text box

  • Sunny Day

    I'm sorry but i'd really like to learn how to use the masked textbox control.
    Anyone know anything about this
    -- Ash Clarke

  • Email text box mask