form id renamed to aspnetForm
Posted
by cfdev9
on Stack Overflow
See other posts from Stack Overflow
or by cfdev9
Published on 2010-05-30T12:27:20Z
Indexed on
2010/05/30
12:32 UTC
Read the original article
Hit count: 215
When I compile and run a web application ASP.NET appears to be renaming the id of the form on the page, from id="login" to id="aspnetForm". It's messing up my stylesheet which expects the form with login for the id. Changing the css is not an option as it was provided by a designer and I don't want to modify it at all. How do I stop aspnet doing this?
© Stack Overflow or respective owner