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)
 
Back
Top