Use The below sring to get the current url and redirect from there with a query string

Request.Url.ToString will give the current url as sting
Response.Redirect(Request.Url.ToString + “&page=newpage”)