Any ideas on how to work-around the differences with what appears to be differences between JavaScript RegEx and the System.Text.RegularExpression.RegEx class?
Unfortunately there is no easy workaround. You should disable ASP.NET from emitting its regular expression validation client script by setting the EnableClientScript attribute of your validator control to false. After that, you could either perform another kind of lightweight validation on the client (maybe using AJAX in conjuction with a service you are hosting on your server) or fall back to the validation which would anyway occur upon postbacks. Hope this helps. -- Efran Cobisi http://www.cobisi.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com