customvalidator 意外触发并显示空白文本
我有一个继承自 CustomValidator 的类,它被设置为验证文本框。问题是,即使文本框为空,它也会触发。未设置 ValidateEmptyText 属性。有没有人在自定义验证控件中看到过这种行为并找到了原因?
它仅对继承 CustomValidator 的服务器控件执行此操作。使用 asp:customvalidator 控件效果很好。我正在使用.Net 4.0
I have a class that inherits from CustomValidator which is set to validate a textbox. The problem is, it is firing even when the textbox is empty. The ValidateEmptyText property is not set. Has anyone seen this behaviour with Custom Validation controls and found a cause?
It only does it with server controls which inherit CustomValidator. Using the asp:customvalidator control works fine. I am using .Net 4.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论