当用户单击文本框时,ASP.NET MaskedEditExtender 需要显示 mm/dd/yyyy
我将 MaskedEditExtender 控件用于包含出生日期的文本框字段。我希望当用户在文本框为空时单击文本框时,蒙版显示“mm/dd/yyyy”。目前仅显示“__/_/__”
I am using the MaskedEditExtender control for a textbox field that contains Date of Birth. I want the mask to show "mm/dd/yyyy" when the user clicks on the textbox when it is empty. Right now it only shows "__/_/__"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您可以设置
PromptCharacter
到其他内容,但我认为您不能在一个文本框中指定多个提示字符。因此,我想说你的选择仅限于:I believe you can set the
PromptCharacter
to something else, but I don't think you can specify multiple prompt characters in one textbox. Because of this I would say your options are limited to: