gpt4 book ai didi

.net - RangeValidator 无法计数?

转载 作者:行者123 更新时间:2023-12-03 18:18:18 26 4
gpt4 key购买 nike

我正在尝试验证 TextBox 中字符串的长度.页面上的控件定义如下:

<asp:TextBox runat="server" ID="TB" />
<asp:RangeValidator runat="server" ID="RV"
MinimumValue="3" MaximumValue="20"
ControlToValidate="TB" Type="String" />

但是当页面运行时出现运行时错误

The MaximumValue 20 cannot be less than the MinimumValue 3

最佳答案

你提到类型 incorrect ,应该是 Type="Integer"相反 Type="String"

关于.net - RangeValidator 无法计数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6425427/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com