V
vcuankitdotnet
I have two user controls on the same .aspx page, each with a form and
a button to submit the form. The user has the option to submit either
form. Once the user hits the ENTER button on their keyboard, the
button on the first user control rendered is the one that gets
clicked, thus submitting a blank form.
Is there a way to submit the form the user is filling out? Is this
something that should just be solved using some javascript?
a button to submit the form. The user has the option to submit either
form. Once the user hits the ENTER button on their keyboard, the
button on the first user control rendered is the one that gets
clicked, thus submitting a blank form.
Is there a way to submit the form the user is filling out? Is this
something that should just be solved using some javascript?