User-1453407501 posted
Sorry, I'm trying to display a simple 'Invalid Date' message when the entered text is not convertable to a DateTime. Currently it appears as tho the DynamicValidator in the DateTime_Edit.ascx is catching the exception thrown from linq and displaying 'Cannot
convert value...'. I'd like to know how to intercept this and return back a more user friendly error message. I'd rather not implement a regex validation attribute since it wouldn't be culture neutral.