This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
I have been finding that users are managing to register on a site without a Date of Birth, despite having it set as required for registration. After a bit of testing, this happens when they enter something that is not a valid date into the control. On saving, the value disappears, though everything else saves OK.
I've improved this with a regex validator, requiring something that resembles a UK date. However, bad ones can still get through, such as 31/02/2014 (etc etc) which are not easy to tackle with a regex. I'm rusty on ASP.Net validators, but could there be something extra on this field to ensure that a valid date has been entered? Maybe a "compare" validator?