ASP.NET Get previous page, using MasterPage
Posted
by burntsugar
on Stack Overflow
See other posts from Stack Overflow
or by burntsugar
Published on 2010-03-19T23:21:01Z
Indexed on
2010/03/19
23:31 UTC
Read the original article
Hit count: 422
ASP.NET
|masterpage
I need to access the previous page URL but because I am using a MasterPage, I am having difficulty achieving this.
Request.UrlReferrer
This only returns the URL of the current page.
© Stack Overflow or respective owner