Multiple .net forms on a single page? Possible?

Instinct-Aim

New Member
I have a page that has multiple forms on it, each with their own submit button.<BR><BR>In .Net it tells me you can only have one server side form control on a page.<BR><BR>So, when I try to make my stuff work in a single form the validator controls run on all fields on the page any time any of the submit buttons in pushed.<BR><BR>Is there a good way to have multiple forms, each with their own validator controls and submit button on a page without the validators stopping the form post?
 
Back
Top