ASP.NET Renaming my forms

  • Thread starter Thread starter Anthony Williams
  • Start date Start date
A

Anthony Williams

Why does ASP.NET insist on renaming the forms on my page? I have a page with
one form on there (the login form) and I need to be able to access it using
javascript within the page, however ASP.NET decides to rename the form to
aspnetForm. I know I could just modify my client side javascript to use
aspnetForm but I shouldn't have to! Why does it do this and is there any way
to prevent it?

Regards
Anthony Williams
 
It appears to have resolved itself now, I must have changed something.

Under what circumstances will ASP.NET do this though so I know in future
what is going on!
I'm using ASP.NET2

Regards,
Anthony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top