如何动态应用验证控件CompareValidator
摘要:需求 TextBox1 填入整数 TextBox2 也填入整数 现需要验证 (textBox2 >= TextBox1 * 10%) and (textBox2 <= TextBox1 * 50%) 不知道如何实现?请给指点迷津you need a CustomValidator, not CompareValidator, something ...
阅读全文
posted @ 2010-02-26 15:53
浙公网安备 33010602011771号