show/hide this revision's text 2 added 499 characters in body

I cannot reproduce this error. Could you post your code?

EDIT: Ok, couple of possible solutions.

  1. Use the attribute

    ClearTextOnInvalid="false"

on your MaskedEditExtenders. This will prevent the page from erasing the entered date if it is invalid.

  1. 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...

show/hide this revision's text 1

I cannot reproduce this error. Could you post your code?