Tagged Questions

10
votes
4answers
1k views

Which validation library for ASP.NET MVC?

I'm trying to decide what validation approach to take for a new ASP.NET MVC project. (And wow there are plenty of options!) The project uses NHibernate, so the first thing I considered was the ...
4
votes
2answers
599 views

xVal in MVC.NET with nHibernate.validator does not fire client validation

I have an ASP.NET MVC Project working with NHibernate and NHibernate.Validator and i'd like to use xVal 1.0 (most recent release). I Added the requested scripts to the project and referenced it in ...
0
votes
1answer
362 views

xVal Date Validation with Nhibernate Validator

I am using xVal with NHibernate Validator and I have a hard time to validate the dates. First, NHibernate does not have validation for Date/DateTime formatting (except Past and Future). Second, I ...
0
votes
1answer
465 views

nhibernate validator newbie question

i have an asp.net mvc project with xval and data annotations and i need to switch to nhibernate validation with data annotations i had an DataAnnotationsValidationRunner and i was doing something ...