ASP.NET AJAX 中的 MaskedEditValidator 问题
我有一个文本框可以输入电话号码。我正在使用 AJAX MaskedEditExtender 和 MaskedEditValidator 来验证手机。
我对掩码没有问题,但问题是,当我输入例如 3 个数字然后失去焦点时,什么也没有发生,但一旦焦点集中,我就会看到错误消息,只要我写一个数字,它就会消失。
如果用户在失去焦点后没有输入 9 个数字,我想要得到的所有错误消息。
这是我的代码:
I have text box to enter a phone number. I'm using AJAX MaskedEditExtender and MaskedEditValidator to validate the phone.
I have no problem with mask but the problem nothing happen when I enter for example only 3 number then lose the focus but as soon the focus on I will see the error message and it will disappear as soon as I write one number.
all what I want to get the error message if the user did not enter 9 numbers after lose the focus.
here is my code:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我错过了分配一些 MaskedEditValidator 属性,该属性是要验证的扩展程序。
I missed to assign some of the MaskedEditValidator property which is extender to validate.