I've been looking and it seems no-one has cracked this yet but I thought I'd ask the community here as well to see if anything came up.
Is there a way to get client-side validation (jQuery, Live Validation, whatever) to automagically get the validation rules from LLBLGen's built in validation?
LLBLGen (and others like Subsonic) already know that a field can't be null, must be less than 100 characters, etc and seems useful not to have to keep setting these all over the place.