I would like to validate password length on edit if password is entered otherwise empty should be considered ok.
I am using the Validationprovider control for the 1st time. I\'ve had limited success trying to mimic the functionality t hat I saw in the ValidationQuickStart solution example that comes with the Ent
I\'m building a mvc webapp that shares model objects with an existing winforms app. I\'m introducing VAB validation into it. One of the i开发者_如何转开发tems I need to validate is an int that can be
...or should I say, what\'s the cleanest way to use Enterprise Library 5 VAB with MVC? I currently use the form:
I am new to Enterprise Library. I am trying to validate a Business Object of type JuvenileClientContactItem.
my business layer uses an abstract base class called DomainObject that implements IDataErrorInfo to offer validation-binding for WPF.
I\'m sorry if this has been asked before, I tried many combinations of keywords to describe the issue but was unable to find anything on Google or SO.
I have a problem with the PropertyComparisonValidator of EntLib 5.0. I set up an simple form with an Min and a Max field.
If I have two validators, a NotNul开发者_StackOverflow中文版lValidator and a StringLengthValidator, is there a way to get only a Null Validation Error and not both. For example:
Is it possible to use the selfvalidation attribute 开发者_StackOverflowwith my validations located in a metadatatype?I\'m using Enterprise Library 5\'s Validation Application Block.As I explained in m