Is there anyway to stop a page from refreshing after a successful login? I have a scriptmanager and updatepanel around a login control which works and there is no refresh on an error, but it ALWAYS refreshes on login. How do I stop that?
Check and see if your code for the login's success action contains a redirect statement to the same page. If it does remove it.