asp.net - How can I redirect the user to the same page he was before when he logs in? -


I want to add my user control login box to my masterpage.

I just want that user to refresh the page when he logs into the system. How can I complete it?

Store the landing page in a session variable, then use the user logs in Where they have to redirect.


Comments