Hi All,
I have the latest release of the Ajax toolkit installed and I have a maskededitextender on my form :
When I pre-populate the text box if the value coming back is 0.45, or 0.5 for instance it displays correctly, but as soon as I try to pre-populate with say 7.00 the masked edit shows it as 7,000.00Code:<cc1:MaskedEditExtender ID="MaskedEditExtender1" runat="server" DisplayMoney="None" InputDirection="LeftToRight" TargetControlID="txtCost" MaskType="Number" Mask="9,999.99" ClearMaskOnLostFocus="true" AcceptNegative="None"> </cc1:MaskedEditExtender>
Anybody anyideas?
Thanks


Reply With Quote
Bookmarks