Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Issue: MaskedEditExtender loses value [27920]

$
0
0
MaskedEditExtender works fine when user enters a value then exits the textbox.
However, I have a situation where a textbox is filled by code:
PhoneTextbox.Text = "6105551234" (value found in database, but is user editable)

When the textbox is displayed it is blank! Am I missing something?

Here is the Textbox definition:
<asp:TextBox ID="PhoneTextBox" runat="server" MaxLength="10" Columns="13" Visible="False"> </asp:TextBox>
<cc1:MaskedEditExtender ID="PhoneMaskedEdit" runat="server" Enabled="True" Mask="(999) 999-9999"
MaskType="Number" TargetControlID="PhoneTextBox" CultureAMPMPlaceholder=""
CultureCurrencySymbolPlaceholder="" CultureDateFormat="" CultureDatePlaceholder=""
CultureDecimalPlaceholder="" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
ClearTextOnInvalid="false" >

Please help.

Thank you.

Comments: Hi! Thanks for reporting this issue. Would you please provide a sample project so that we research it on our side? Note that it seems that you are using old method names in your project. In AJAX Control Toolkit v15.1.3 we changed some function names so that they correspond to the function naming style (with a corresponding console message). Thanks in advance! Best regards, Fadil

Viewing all articles
Browse latest Browse all 4356

Trending Articles