Top "Customvalidator" questions

The .NET `CustomValidator` class that allows custom validation of any UI input element

Where should Rails 3 custom validators be stored?

I've seen docs/websites show that custom validators should go in a /lib or /lib/validators directory of a project. …

ruby-on-rails validation customvalidator
Enable/disable RequiredValidator on client-side / CustomValidator not firing

I've got a drop-down where the user selects a Country. It is a required "field". Next to it, there is …

asp.net customvalidator requiredfieldvalidator
How to get the 'controlToValidate' property on ClientValidationFunction?

Lets say I have this code. <asp:TextBox ID="TextBox1" runat="server" /> <asp:CustomValidator ID="CustomValidator1" runat="…

c# asp.net validation customvalidator asp.net-validators
CustomValidator client validation function not firing

I thought that what I was trying to do was rather trivial, but it turns out to trouble me significantly. …

javascript asp.net telerik customvalidator rad-controls
WCF: Cannot find my custom validator specified in web.config - customUserNamePasswordValidatorType - - Could not load file or assembly ... - help?

So I've basically got everything up and running with wsHttpBindings and my WCF service using custom authentication over HTTPS. The …

wcf customvalidator
Angular 5: Module not found: Error: Can't resolve '@angular/forms/src/validators'

I am trying to create a custom validator using directive but getting below error. ERROR in ./src/app/CustomValidators/white-space-validator.…

angular typescript angular-directive customvalidator angular-validation
Custom validator fires but does not prevent postback

I've seen a lot of questions about this already, but I'm stumped! Please help! I have a customvalidator. It's firing …

c#-4.0 asp.net-4.0 customvalidator jquery-1.4
Make field email validate and required

I need to have a textbox be validated as an email address, and make it a required field. I also …

asp.net customvalidator requiredfieldvalidator
Get error message when using custom validation attribute

I'm using the CustomValidationAttribute like this [CustomValidation(typeof(MyValidator),"Validate",ErrorMessage = "Foo")] And my validator contains this code public class …

c# asp.net-mvc asp.net-mvc-3 data-annotations customvalidator
customvalidator for dropdownlist not being invoked (apparently)

Writing a custom validator for a dropdownlist that is using autopostback. Seems to ignore the validation altogether. Why is it …

asp.net vb.net drop-down-menu customvalidator autopostback