I need a DataAnnotationsModelBinder that is going to work with System.ComponentModel.DataAnnotations v 3.5
i have found one on codeplex, but is for the v 0.99 of DataAnnotations and it doesn't work with v 3.5, and my xVal doesn't work with DataAnnotations v 0.99, so i'm kinda stuck
I need a DataAnnotationsModelBinder for DataAnnotations v 3.5
348 Views Asked by Omu At
1
This is a fairly naive model binder, but it might be what you are looking for.