Hi,
Im using the MaskedEditExtender and TextboxwatermarkExtender for Date format.
My Date Format is Only Month and Year
<abd:MaskedEditExtender ID="creg" runat="server" TargetControlID="tderbox"
InputDirection="LeftToRight" MaskType="Date" Mask="99/9999" >
Textboxwatermark extender is not displayed intially when i set the ClearMaskOnLostFocus="false"
But when I set ClearMaskOnLostFocus="true" watermark text appear but when i enter values and leave the textbox its changes into 192013.
Pls suggest some idea. Thanks