views:

35

answers:

0

Hi,

I'm stuck with a quite obscure problem. I have master page that contains a login control. One of the content pages, in this case the Home-page, contains an Ajax UpdatePanel. After I added the updatepanel the login control stopped working. When I click the Login-button the page is reloaded but I am not authenticated. In fact the OnAuthenticate event is never triggered. If I go to any other page that does not have the UpdatePanel the login works fine.

Note that the login control is not placed withing the update panel, but simply in the page header that is placed in the site master. The updatepanel exists in one of the content pages.

What could be wrong?

BTW, I'm using Umbraco 4.5.1 to build the site... login control is in the master template, the updatepanel in a macro on one of the other pages.