hello,

I'm using masterpages in my asp.net web application, my problem is that the login is placed in the masterpage.
That works actually very well, but on some content pages I'm using validate controls and a submit button aswell.

So, If you open such a page and you are not logged in and you click on
the login button in the masterpage, the validate control elements don't allow the submit.

It's only one form, even with a masterpage, but how can I work around this problem ?