Link to home
Start Free TrialLog in
Avatar of rawcoder
rawcoder

asked on

MaskedEditExtender: Items seem to duplicate

I added a MaskedEditExtender to my page for dat entry.  For some reason, whenever I attempt to enter values into the textbox, the items I typed seems to duplicate.  For example, if I type in 1 it seems to duplicate to 11, it does this for 2 digits.  This seems to occur for date, month and year.  For the year, 2 seems to display as 22.  Has anyone else encountered this problem?  Here are the settings for the aspx page:

<ajaxToolkit:MaskedEditExtender ID="MaskedEditExtender7" runat = "server"
        TargetControlID="CurrentDate"
        MaskType="Date"
        Mask="99/99/9999"
        AutoComplete="false"
        MessageValidatorTip="true"
        OnFocusCssClass="MaskedEditFocus"
        OnInvalidCssClass="MaskedEditError"
        InputDirection="LeftToRight"
        ErrorTooltipEnabled="True"/>
ASKER CERTIFIED SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial