T
Tom
Hi,
I have a web page which has server side include for top,
left, main and bottom.aspx pages.
In the left.aspx, there is a login web control which has a
pair of form tags.
In the main page, there is a registration form which has a
pair of form tags.
So, there are 2 pairs of form tags in one index.aspx page.
I cannot run it and it prompted the error of "A page can
have only one server-side Form tag".
I removed the </form> for left.aspx and <form> for
main.aspx. It cannot run also as it said the respective
form tag was missed.
So, how can I handle a web form which has 2 forms?
Thanks
Tom
I have a web page which has server side include for top,
left, main and bottom.aspx pages.
In the left.aspx, there is a login web control which has a
pair of form tags.
In the main page, there is a registration form which has a
pair of form tags.
So, there are 2 pairs of form tags in one index.aspx page.
I cannot run it and it prompted the error of "A page can
have only one server-side Form tag".
I removed the </form> for left.aspx and <form> for
main.aspx. It cannot run also as it said the respective
form tag was missed.
So, how can I handle a web form which has 2 forms?
Thanks
Tom