我正在使用ASP.NET AjaxControlToolkit并尝试将MaskedEditExtender
添加到asp:TextBox
这是我的代码:
<ajaxToolkit:MaskedEditExtender
ID="meDOB1"
TargetControlID="txtDOB1"
Mask="99/LLL/9999"
MaskType="None"
InputDirection="LeftToRight"
OnFocusCssClass="MaskedEditFocus"
runat="server" PromptCharacter="_" UserDateFormat="DayMonthYear"/>
我希望TextBox
的面具看起来像__/___/____
,但TextBox
中没有任何内容。这里绝对无能为力!