Hi,
Not necessarily an easier way, but one where the URL is not exposed in the querystring, in case this is an issue.
In the page load event,
If ( !IsPostBack ) {
ViewState["UrlReferrer"] = Request.UrlReferrer.ToString();
}
in the appropriate event, redirect to the value contained in the...