本文介绍了如何避免验证程序在窗体上显示错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 在必填字段验证器中,我有一条错误消息。我不希望此错误消息出现在窗体上,除了验证摘要。任何人都可以指导我吗? < asp:RequiredFieldValidator ID = RequiredFieldValidator6 runat = server ControlToValidate = TextBox3 ErrorMessage = 名称不能为空 style = > < / asp:RequiredFieldValidator > 谢谢。解决方案 In required field validator I have an error message. I dont want this error message to appear on the form except with the validation summary. Can anyone guide me?<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ControlToValidate="TextBox3" ErrorMessage="Name cant be blank" style=""></asp:RequiredFieldValidator>Thanks. 解决方案 这篇关于如何避免验证程序在窗体上显示错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 07-22 23:03