S
Scott Collens
Hi all,
My page is causing a javascript error. The page is test.aspx and contains
a form tag:
<form id="theform" runat="server">
Because I have several user controls on the page each of which has
separate form controls and functionality I have added the form tag on the
aspx page and added my user controls within the tags. This way, all the
different form controls and logic share the same server form control.
The error points to the rendered form tag which is.
<form name="theform" method="post" action="test.aspx" id="theform">
I've seen some similar problems in my search but most refer to doPostBack
and templated user controls where the form attributes, id and name, are
different. I don't seem to be having this problem.
Does anyone have any suggestions. Thanks...Scott
My page is causing a javascript error. The page is test.aspx and contains
a form tag:
<form id="theform" runat="server">
Because I have several user controls on the page each of which has
separate form controls and functionality I have added the form tag on the
aspx page and added my user controls within the tags. This way, all the
different form controls and logic share the same server form control.
The error points to the rendered form tag which is.
<form name="theform" method="post" action="test.aspx" id="theform">
I've seen some similar problems in my search but most refer to doPostBack
and templated user controls where the form attributes, id and name, are
different. I don't seem to be having this problem.
Does anyone have any suggestions. Thanks...Scott