Is there a way to use the masked input to force proper email address formatting?
something along the lines of Mask="a25\@a25.LLL" or even better Mask="A3a25\@A3a25.L3"
I'd like it so that when the user types an '@' it skips the rest of the email prefix characters.
Same thing when they type the '.'
Can anyone think of a simple way to do this where I don't have to check the characters pressed in the code behind. That just seems like it wouldn't be a very cost efficient trasaction.
Eric
something along the lines of Mask="a25\@a25.LLL" or even better Mask="A3a25\@A3a25.L3"
I'd like it so that when the user types an '@' it skips the rest of the email prefix characters.
Same thing when they type the '.'
Can anyone think of a simple way to do this where I don't have to check the characters pressed in the code behind. That just seems like it wouldn't be a very cost efficient trasaction.
Eric