---
title: "How to get previous page url."  
description: "How to get previous page url."  
author: "Anonymous User"  
published: 2011-10-11  
updated: 2011-10-11  
canonical: https://www.mindstick.com/forum/321/how-to-get-previous-page-url  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How to get previous page url.

Hi all,\
I want to [redirect](https://www.mindstick.com/forum/2005/radio-button-redirect) on the [previous](https://yourviews.mindstick.com/view/81421/unlock-2-0-is-just-like-previous-corona-lockdowns) [page](https://www.mindstick.com/articles/13031/why-to-make-a-wikipedia-page). so i want to get previous page [path](https://www.mindstick.com/articles/44333/4-expert-tips-on-how-to-pick-the-right-career-path) give the [right](https://www.mindstick.com/articles/12766/check-whether-you-are-doing-digital-transformation-right-or-not) solution of its.\
\

## Replies

### Reply by Amit Singh

hi vikas,\
\
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());\


---

Original Source: https://www.mindstick.com/forum/321/how-to-get-previous-page-url

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
