asp.net mvc3 razor 模型验证
我有一个组合框,里面装满了各种“国家”。我有一个“电话”文本框,我的问题是当我们在组合框中选择国家/地区作为“美国”时,电话号码应该是“10”位数字。如果国家/地区不是“美国”,则电话号码可以是任意位数,但小于“20”。如何在 asp.net mvc3 razor 中进行客户端验证。我必须在其中编写任何自定义验证器。任何人都可以帮我找到解决方案吗?
I had an combobox which was filled with various "countries". I had an textbox for "phone" my problem is when we select the country as "United States" in combobox the phone number should be "10" digits. And if the country is other than "United States" the phone number could be anynumber of digits but less than "20". How can do cleint side validations in asp.net mvc3 razor. Where i had to write any custom validator. Can any one please help me to find the solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些博客文章可能会帮助您
MVC 验证完整指南第 1 部分
ASP.NET MVC 3 验证完整指南 - 第 2 部分
these blog posts may help you
Complete guide to validation in MVC part 1
The Complete Guide To Validation In ASP.NET MVC 3 - Part 2