According to a thread in forums.asp.net, the Empty Mask is the displayed mask on the input text box, e.g. "_ _ _ _ / _ _ / _ _"
. On the server side code, the MaskedEdit.Mask property keeps only the configuration mask string which is not replaced by any prompt characters, i.e. "9999/99/99"
.
My question is, is there a way we can retrieve the Empty Mask directly without extra coding? or the simplest code to get it done.
Thanks
William