请访问http://www.wavetec.com/DownloadBrochure.aspx,看看我们是否在未填写字段的情况下提交表格,这会产生错误。与左侧栏上提到的所有联系方式相同。
该验证工作正常,但突然停止了。我们可以在http://es.wavetec.com/DownloadBrochure.aspx上正常工作,这是我们的西班牙语版本。
任何建议或想法都将是可理解的。
代码
<asp:TextBox ID="txtFullName" runat="server" CssClass="textfield" style="height:15px;"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtFullName" Display="Dynamic" ErrorMessage="Name Required" ValidationGroup="Brochure">‹‹</asp:RequiredFieldValidator>
验证控件中的问题
Error: TypeError: ctl00_UCNewsLetter1_RequiredFieldValidator1 is null
Source File: wavetec.com/DownloadBrochure.aspx
Line: 855
本文收集自互联网,转载请注明来源。
如有侵权,请联系 [email protected] 删除。
我来说两句