asp:RangeValidator 最小值 > 0

发布于 2024-11-26 02:12:35 字数 298 浏览 0 评论 0原文

我终于回来了,并且实际上有了一份烫发工作,感谢你们不久前给我的所有帮助! :) 谢谢。

好的,现在我有一个简单的任务,将一些范围添加到现有的 ASP.Net 页面。

我正在使用 asp:RangeValidator 并有一个 type=double 并希望有一个值 > 0 且不 >=。有没有一种快速而好的方法来做到这一点?

我知道 RangeValidatorAttribute 类中有一个 RangeBoundry 类型。我可以在 RangeValidator 类中使用类似的东西吗?

非常感谢,乔治。

I am back at last and actually have a perm job thanks to all the help you guys gave me a while back !! :) Thanks.

Ok, so now I have a simple task, to add some ranges to an existing ASP.Net page.

I am using asp:RangeValidator and have a type=double and want to have a value of > 0 and not >=. Is there a quick and nice way of doing this ??

I know there is a RangeBoundry type in the RangeValidatorAttribute class. Is there something similar I can use in the RangeValidator class at all ?

Many thanks, George.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追风人 2024-12-03 02:12:36

我为此简单地使用了MinimumValue 和MaximumValue 参数。

I simply used MinimumValue and MaximumValue parameters for this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文