Duplicate Answered here: validate multiple forms
If all asp.net controls are required to be within a form in order to be generated, how does one go about using the jquery validation plugin with multiple forms on the same page?
What I mean by that is, how can I have two forms both containing asp controls that can be validated independently with jquery validation?