Top "Customvalidator" questions

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

ASP.NET CustomValidator not working

I have problem: I have a custom validator on my page which validates imieTextbox control. But it's not working. And …

asp.net validation customvalidator
set errormessage for customvalidator?

I would like to use a customvalidator control to handle all my validation, but I can't figure out how to …

asp.net validation webforms customvalidator
JAXB does not call setter when unmarshalling objects

I am using JAXB 2.0 JDK 6 in order to unmarshall an XML instance into POJOs. In order to add some custom …

java jaxb setter customvalidator
conditional validation based on other fields, c#

I have a couple of scenarios I need to create: 1) if a dropdown has a particular value, make a particular …

c# validation customvalidator
CakePHP 2.1 - Custom Validation Rule - Check for Unique Field Value Combination

I have a couple of columns (ip, provider_id) for which I want combinations of values to always be unique. …

validation cakephp unique cakephp-2.0 customvalidator
Spring 3.1 Autowiring does not work inside custom constraint validator

I have an issue with bean autowiring inside a custom constraint validator. A constraint validator instance is not given using …

spring validation customvalidator hibernate-validator
asp:CustomValidator / OnServerValidate

I have a CheckBoxList that I am trying to validate that at least one of the checkboxes is checked. Markup: &…

asp.net validation checkboxlist customvalidator
CustomValidator not working well

I have the following piece of asp: <asp:ValidationSummary ID="RegisterUserValidationSummary" runat="server" CssClass="failureNotification" ValidationGroup="RegisterUserValidationGroup"/> ... <…

c# asp.net customvalidator custom-validators