如何在鼠标上设置正则表达式验证器而不是单击验证组的按钮?我的意思是我需要在鼠标向上而不是在单击提交按钮时获取错误消息
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" ControlToValidate="timetosend" ValidationExpression="(20|21|22|23|[01]\d|\d)(([:][0-5]\d){1,2})$" EnableClientScript="false" ErrorMessage="The format of the time must be xx:xx !" ForeColor="Red" Font-Bold="true" runat="server" ValidationGroup="contentGRP" /></td>
请注意,我将 asp.net 与 vb.net 一起使用