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
Ok, here is the deal, I have seen a few posts on SO relating to this issue, but nothing is working for me.
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:
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
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
I have been having a look at MVC3 Unobtrusive Validation. Attributes such as these are attached to form input elements:
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.
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.
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
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\'