AjaxControlTookit 屏蔽编辑
我正在尝试创建一个带有日期输入掩码的文本框,例如“dd/mm/yyyy”。 掩码应在文本框获得焦点之前显示,并且当用户输入日期时,掩码仍应显示,但会自动被输入的数字覆盖。
我尝试查看 Ajax 控制工具包,它工作正常,只是我无法将提示字符串设置为仅单个字符。 是否有解决方法或我可以使用的其他一些控件?
I'm trying to create an textbox with a date input mask, such as "dd/mm/yyyy".
The mask should be displayed before the textbox gains focus and when the user enters the date, the mask should still be displayed but be automatic overwritten with the entered numbers.
I tried looking at the Ajax control toolkit, which works fine except that I can't set the prompt string only a single character.
Is there a workaround or some other controls I can use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
TextBoxWatermarkExtender
来实现Use
TextBoxWatermarkExtender
for that