I'm using this mask:
<ajaxToolkit:MaskedEditExtender Mask="99%" MaskType="Number" ClearMaskOnLostFocus="true"
ClearTextOnInvalid="true" AcceptNegative="Left" ID="percent" runat="server"
TargetControlID="txtDiscountPercentage">
the proplem when load object the text box have this mask give wrong no.
the value in database is decimal 5.00 and the value showed in the textbox is 50%
Regards,