unobtrusive-validation
Is it possible to use 2 remote validation attributes on a single property?
Is it possible to use 2 remote validation attributes on a single property in a view model? What I would like to be able to do is perform 2 checks, first that a given user id exists in the 开发者_Stac[详细]
2023-03-29 14:22 分类:问答MVC3 Unobtrusive Validation Not Working after Ajax Call
Ok, here is the deal, I have seen a few posts on SO relating to this issue, but nothing is working for me.[详细]
2023-03-27 16:26 分类:问答Trouble getting unobtrusive validation working with mvc 3 on jquery ajax post
I have having a lot of trouble getting validation to work on MVC3.It works fine when I just load the page directly, but it does not validate when I use jquery AJAX POST:[详细]
2023-03-27 13:08 分类:问答ASP.NET MVC 3 unobtrusive jQuery client-side validation with child collections
Related questions: ASP.NET MVC 3: Generate unobtrusive validation when BeginForm is on the layout ASP.NET MVC 3 unobtrusive client-side validation with dynamic content[详细]
2023-03-27 08:17 分类:问答MVC3 Unobtrusive Validation not working for custom DataAnnotations attribute
I have a custom attribute that is currently a simple wrapper of the DataAnnotations.RequiredAttribute (I will extend it later, but just trying to get this proof of concept working for now).However, th[详细]
2023-03-27 02:33 分类:问答Are the HTML5 form attributes produced by MVC3 unobtrusive validation okay?
I have been having a look at MVC3 Unobtrusive Validation. Attributes such as these are attached to form input elements:[详细]
2023-03-26 18:21 分类:问答MVC Adding methods into jquery.validate.unobtrusive.js
I recently had a question on getting checkbox validation working on the client side within a MVC project.This question was successfully answered, but raised another qu开发者_开发问答ery.[详细]
2023-03-25 17:04 分类:问答jQuery unobstrusive validation returning valid when it is not
I have a form that has a required input, but jQuery is saying that the field is valid when开发者_开发技巧 it is not. It is strange, because the by the HTML it looks like it has value.[详细]
2023-03-25 08:09 分类:问答MVC unobtrusive validation on checkbox not working
I\'m tryi开发者_开发百科ng to implement the code as mentioned in this post.In other words I\'m trying to implement unobtrusive validation on a terms and conditions checkbox.If the user hasn\'t selecte[详细]
2023-03-25 02:10 分类:问答Unobtrusive validation in Chrome won't validate with dd/mm/yyyy
I\'m trying to use the simplest possible scenario using a date picker in different browsers. I suspect I\'m doing something very simple the wrong way but after lots of searching around I still haven\'[详细]
2023-03-24 05:31 分类:问答