How do I redirect a user back to the page they came from?

On my aspx page, I have a cancel button. If the user clicks it, I want to send the user back to the page that they navigated from. Can I do this with the Response.Redirect?