Hi all,
I want to redirect on the previous page. so i want to get previous page path give the right solution of its.
How to get previous page url.
Ask by Anonymous User
Updated 11 Oct 2011
we get the previous page path by using this
Request.UrlReferrer
It give the previous page url, if you want to redirect page to the previous page as
Response.redirect(Request.UrlReferrer.ToString());