1
I Use This!
Inactive

News

Analyzed 3 days ago. based on code collected 4 days ago.
Posted almost 13 years ago by jrummell
http://nuget.codeplex.com/documentation?title=Creating%20a%20PackageComments: http://nuget.org/List/Packages/xVal.WebForms
Posted almost 13 years ago by jrummell
http://nuget.codeplex.com/documentation?title=Creating%20a%20Package
Posted almost 13 years ago by jrummell
http://nuget.codeplex.com/documentation?title=Creating%20a%20PackageComments: Created a package with the NuGet Package Explorer.
Posted almost 13 years ago by jrummell
Renamed xVal.WebForms.Demo.WebSite => xVal.WebForms.Demo DataAnnotationsValidationRunner - added explicit check for RequiredAttribute.
Posted almost 13 years ago by jrummell
Add support for validation groups. See patch #4232.
Posted almost 13 years ago by jrummell
Add support for validation groups. See patch #4232.Comments: Fixed in jQuery.Validate branch.
Posted almost 13 years ago by jrummell
mvandiest:It seems that maybe I didn't have MetadataType attributes working previously as I had thought. But this might point to another issue that would be useful to fix. Since xVal supports MetadataType attributes, then it would be helpful if this ... [More] library handled them as well. Since I'm a bit new to this level of reflection I couldn't postulate how to go about doing this.http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.metadatatypeattribute.aspxComments: Fixed in jQuery.Validate branch. [Less]
Posted almost 13 years ago by jrummell
mvandiest:It seems that maybe I didn't have MetadataType attributes working previously as I had thought. But this might point to another issue that would be useful to fix. Since xVal supports MetadataType attributes, then it would be helpful if this ... [More] library handled them as well. Since I'm a bit new to this level of reflection I couldn't postulate how to go about doing this.http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.metadatatypeattribute.aspx [Less]
Posted almost 13 years ago by jrummell
DataAnnotationsValidationRunner - replaced custom validation with System.ComponentModel.DataAnnotations.Validator, added support for MetadataTypeAttribute usage (issue 5397).
Posted almost 13 years ago by jrummell
Compare validation doesn't work because the json rule set doesn't provide a way to find the input control to compare with the control to validate.Comments: No longer relevant. See jQuery.Validate branch.