Hi,
I have used Mask Edit Extender control in our project. Please find the code below.
__Code__
<cc1:MaskedEditExtender ID="txtSample_Mask" runat="server" __Mask="09999"__ Enabled="True" TargetControlID="txtSample"ClearMaskOnLostFocus="false">
</cc1:MaskedEditExtender>
<asp:TextBox ID="txtSample" runat="server"></asp:TextBox>
__Problem :__
Adds a __zero__ character when you each time __focused__ to target textbox.
__References :__
http://ajaxcontroltoolkit.codeplex.com/releases/view/105897
We referred the latest bug release report in the above url , it seems that the bug __"____26685 MaskedEditExtender@(ClearMaskOnLostFocus=false) adds a zero character when you each focused to target textbox"__ was fixed.
We are facing the same problem in the latest release so we suspect that problem still exist in the latest release.
We are using ajax tool kit version :
__Version 7.0429__
Please give your suggestion to implement the change.
Thanks
Arun
I have used Mask Edit Extender control in our project. Please find the code below.
__Code__
<cc1:MaskedEditExtender ID="txtSample_Mask" runat="server" __Mask="09999"__ Enabled="True" TargetControlID="txtSample"ClearMaskOnLostFocus="false">
</cc1:MaskedEditExtender>
<asp:TextBox ID="txtSample" runat="server"></asp:TextBox>
__Problem :__
Adds a __zero__ character when you each time __focused__ to target textbox.
__References :__
http://ajaxcontroltoolkit.codeplex.com/releases/view/105897
We referred the latest bug release report in the above url , it seems that the bug __"____26685 MaskedEditExtender@(ClearMaskOnLostFocus=false) adds a zero character when you each focused to target textbox"__ was fixed.
We are facing the same problem in the latest release so we suspect that problem still exist in the latest release.
We are using ajax tool kit version :
__Version 7.0429__
Please give your suggestion to implement the change.
Thanks
Arun