Hello,
I am just trying (and failing miserably) to massage my pages into valid
XHTML. One problem I am having is that the framework has added a "name"
attribute to the main form, and XHTML doesn't have a "name" attribute.
Anyone any idea why? The content of the master page looks like...
<form id="Form1" runat="server">
...and the resulting output looks like...
<form name="aspnetForm" method="post" action="Default.aspx"
id="aspnetForm">

Signature
Alan Silver
(anything added below this line is nothing to do with me)
Alan Silver - 13 Feb 2006 14:42 GMT
Anyone? I'm still having this problem.
>Hello,
>
[quoted text clipped - 10 lines]
><form name="aspnetForm" method="post" action="Default.aspx"
>id="aspnetForm">

Signature
Alan Silver
(anything added below this line is nothing to do with me)