Is there any way to stop asp:login control from reloading the whole page?
I have a few controls in an AJAX UpdatePanel including a CreateUserWizard and a Login control. The create user wizard does not reload the whole page but loggs the user in as expected. The asp:login control reloads the page (and thereby losing all the postback data on the page). Is there a way to get it to not reload the page like this but to only log the user in.
Modifying the OnLoggedIn event function does not help. It gets run then the page goes and gets reloaded.
Any help much appreciated.
Conor