multipe forms in same page
-
I have sign in panel and sign up panel in the same default.aspx page. i have kept a validation setting with required rule in all textbox in both panels. now the problem, when user try to sign up and click submit button it will ask him to enter data in the sign in textbox, i guess because all are in one
but asp.net won't allow multipe forms in the same page. what can i do?
-
I have sign in panel and sign up panel in the same default.aspx page. i have kept a validation setting with required rule in all textbox in both panels. now the problem, when user try to sign up and click submit button it will ask him to enter data in the sign in textbox, i guess because all are in one
but asp.net won't allow multipe forms in the same page. what can i do?
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
I have sign in panel and sign up panel in the same default.aspx page. i have kept a validation setting with required rule in all textbox in both panels. now the problem, when user try to sign up and click submit button it will ask him to enter data in the sign in textbox, i guess because all are in one
but asp.net won't allow multipe forms in the same page. what can i do?
I think, you have to set ValidationGroup for Signin and Signup to check for respective submit.
Parwej Ahamad