L
LamSoft
I've got some problem on some form submit problem.
In a master page, there is a form tag with the "runat=server" attribute, and
a ID called "myForm".
In the contentPlaceHolder under that master page, I cannot create another
form tag with "runat=server" attribute as ASP.NET does not allow two FORM
Server tag in the same page.
The problem now is in the contentPlaceHolder, how to control the "submit"
property of the form tag in the master page.
Thank you.
In a master page, there is a form tag with the "runat=server" attribute, and
a ID called "myForm".
In the contentPlaceHolder under that master page, I cannot create another
form tag with "runat=server" attribute as ASP.NET does not allow two FORM
Server tag in the same page.
The problem now is in the contentPlaceHolder, how to control the "submit"
property of the form tag in the master page.
Thank you.