I'm trying to embed the login form for the webmail for a customer portal I'm developing, I've tried copying all the html and putting it inside my .NET page but instead of using the form action that I have in the form tag it simply re-posts the current .aspx page that I'm in. Am I missing something here? Is .NET smothering the form action in favor of its own submit event?
Help somebody...
Thanks a bunch.