I cannot reproduce this error. Could you post your code?
EDIT: Ok, couple of possible solutions.
Use the attribute
ClearTextOnInvalid="false"
on your MaskedEditExtenders. This will prevent the page from erasing the entered date if it is invalid.
- Check and double check that you are not assigning a value to those text boxes with the Masked Edit Extenders, since if you accidentally put in an invalid value, it will not accept it and erase it
The only other solution I have found is to not use the MaskedEditExtender at all...
