Are you referring to the asp.Net Ajax toolkit extensions at:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx
If so have you checked that your data is coming back in the correct format? It will have >to match your date format in order to be displayed.
Yes, I'm using those. The db field it's pulling is a date/time field that is validated using the same code that is used to enter data into the field (copy/paste).
