am having a bad luck in validation of multiple emails seprated with comma Or Semi colon.
ValidationExpression="(\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*([;: ]+)?)+"
This validation works fine when multiple email separated with comma OR colon, but what i need more to bypass ENTER input too. Means if user hits enter after writing each emails. How can i modify above expression so that it can eat Enter as well as comma and semi colon,
Thanks in advance
Using this in asp.net .