ASP.NET 验证表达式
我已经浏览了 MSDN 上有关此内容的章节至少 50 次。
但如果我能弄清楚如何编写一个简单的验证表达式来接受任何大于零但小于 1,000 的整数,我就该死了。
我真的希望他们对此有更直接的文档。
任何帮助将不胜感激。
谢谢, 贾森
I've been through the MSDN chapter on this at least 50 times.
But I'll be darned if I can figure out how to write a simple validation expression that will accept any whole number greater than zero but less than 1,000.
I really wish they had more straight-forward documentation on this.
Any help would be greatly appreciated.
Thanks,
Jason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其正则表达式如下所示。如果您想使用RegularExpressionValidator控件
The Regex expression for this would be something like this. If you want to use the RegularExpressionValidator control