Navigating back through the chain

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi

I have a page that can call itself several times causing a long chain of the
same page, what I want is when the save is executed it should redirect back
to the previous page that called it and so on until it reaches it's initial
caller - the only problem is that it's the same page but just in a different
context so I can't simply store the ReferrerUrl.

The behviour should be similar to history.back() but I will be in
server-side at the time.

Any way of working around this?

Thanks
Kev
 
Back
Top