V
Vaclav Jedlicka
Hi all
The code generated by the server side control asp:form generates invalid
code. The HTML tag FORM always contains attribute "name".
When I validate the page with the online validator
(http://www.htmlhelp.com/tools/validator/direct.html) it says that:
<form name="browse" method="post" action="browse_employees.a ...
^Error: there is no attribute NAME for this element (in this HTML
version)
How can I prevent asp:form from generating this attribute?
Thanks in advance
Vaclav Jedlicka
The code generated by the server side control asp:form generates invalid
code. The HTML tag FORM always contains attribute "name".
When I validate the page with the online validator
(http://www.htmlhelp.com/tools/validator/direct.html) it says that:
<form name="browse" method="post" action="browse_employees.a ...
^Error: there is no attribute NAME for this element (in this HTML
version)
How can I prevent asp:form from generating this attribute?
Thanks in advance
Vaclav Jedlicka