Checking multiple forms
2 answers
The problem here is that you need two forms in the first place. ASP.NET, as far as I know, forces you to put all the controls in one form.
So don't check the validation at all. JQuery validation will be easy (see Craig's answer). The two forms in ASP.NET are a different story.
Perhaps you could hack it with an iframe or something, but I would suggest doing it.
+1
a source to share