[jQuery] JQUERY Validator - Serverside Validation
Do you use the JQuery validator in your forms? What methodology to you employ for returning server-side errors?
Should I add an array error structs(fieldID, Message) to the JSON Response, and use the ShowErrors method of the validator?
Thanks,
Jimmy G