G
Guest
We are having multiple submit buttons with form validation on a single form.
By default a button is selected and the elememts included in the form is
validated.
If we try to add 2 forms to an ASP.NET page, we get a error:
"A page can have only one server-side Form tag."
How can we handle this scenario where there are multiple submit button with
validations in 1.1.
Thanks in advance
By default a button is selected and the elememts included in the form is
validated.
If we try to add 2 forms to an ASP.NET page, we get a error:
"A page can have only one server-side Form tag."
How can we handle this scenario where there are multiple submit button with
validations in 1.1.
Thanks in advance