比较验证器未在客户端开火

比较验证器未在客户端开火

本文介绍了[不是问题]比较验证器未在客户端开火的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的代码

here is my code

<asp:CompareValidator ID="CompVRejQ" runat="server" ControlToCompare="txtRecQty" ControlToValidate="txtRej_Qty" ErrorMessage="Rejected Qty cannot be more than the recieved Qty!" ForeColor="Red" Operator="LessThanEqual" Type="Integer" ValidationGroup="btn_OK">

推荐答案


这篇关于[不是问题]比较验证器未在客户端开火的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 23:06