unobtrusive-validation
ASP.NET MVC 3 jQuery client validation - disable for specific button (Ajax form)
How can I disable validation for one button inside the Ajax begin form? Using jQuery validation I tr开发者_开发问答ied many ways from Google, but none of them worked (class=\"cancel\", disableValidat[详细]
2023-03-10 23:45 分类:问答ASP.NET MVC [RegularExpression] Attribute Not Functioning on Entire String Match
I can\'t seem to find a similar topic on Stack Overflow regarding this, so here goes: Why is it when I specify against my ASP.NET MVC view model class the following definition:[详细]
2023-03-10 23:37 分类:问答Manually bind JQuery validation after Ajax request
I\'m requesting an ASP.net MVC view into a live box and the view contains form fields that have been marked up with attributes to be used by JQuery\'s unobtrusive validators 开发者_StackOverflowplug-i[详细]
2023-03-10 21:30 分类:问答Removing dynamic form element with jquery validation rules
I have created a HTML form where users can dynamically add and remove input fields. Update (again) After wasting investing :) a few more hours on this problem I can replicate this issue/bug/error in[详细]
2023-03-10 08:43 分类:问答Validating an e-mail address with unobtrusive javascript / MVC3 and DataAnnotations
jQuery Validation makes it simple to validate an email address: $(\"someForm\").validate({ rules: { SomeField: {[详细]
2023-03-09 05:38 分类:问答Add MVC3 unobtrusive validation (addMinMax)
I have such attribute: public class AgeRangeAttribute:ValidationAttribute,IClientValidatable { public int MinAge { get; set; }[详细]
2023-03-07 21:31 分类:问答unobtrusive client validation in partial views
I have a partial view which gets rendered within a jQuery UI dialog. Because it\'s dynamic content, unobrusive clientside validation wouldn\'t work. In order to get it, I have to force validator to pa[详细]
2023-03-07 17:53 分类:问答mvc3 validate input 'not-equal-to'
My forms have inputs with default helper text that guides the user on what to enter (rather than开发者_StackOverflow using labels). This makes validation tricky because the input value is never null.[详细]
2023-02-27 04:48 分类:问答ASP.NET MVC 3 unobtrusive validation and radio buttons
I\'m trying to do required validation on a list of radio buttons to force the user to select an option to continue. The validation does work but it only outputs metadata on the first radio button and[详细]
2023-02-25 08:56 分类:问答mvc clientside validation for nested (collection) properties
I\'m using asp.net mvc 3 with jquery unobtrusive validation. I recently changed from standard DataAnnotations to FluentValidation and it works great.[详细]
2023-02-21 01:08 分类:问答