views:

36

answers:

1

I'm going to add my own user control LoginBox to my MasterPage.

I want to just refresh the page the user is currently on when he logs in to the system. How can I accomplish this?

A: 

Store the landing page in a session variable, then when the user logs in use that for where to redirect them.

Brian Wigginton