Need help

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,
I open the webpage from one of 5 web forms , execute some methods and after
that i have to return to caller page,
do you have any mind how i can do this?
Mike
 
If you come to the page via a link, you can get the previous page URL by
checking Request.UrlReferrer on the called page. If that doesn't help, you
need to somehow give the calling page as a parameter to the called page (say
in session variable)
 

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