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
 

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