FormsAuthentication.RedirectFromLoginPage with Frames

  • Thread starter Thread starter Eric Broers
  • Start date Start date
E

Eric Broers

LS,

suppose I have a page with frames. The top frame contains a login buttin,
which loads a login page in another frame.
After succesfully logging on, I want to go back to the exact point just
before pressing the login button.

It can be done with
FormsAuthentication.RedirectFromLoginPage(username,createpersistentcookie).
This command is part of my Login.aspx.vb.

However, this command loads the previous state in the frame where my login
page was displayed. How can I use this command (because I am using form
authentication) and go back to the previous state?

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top