Is there a Page.Refresh type of command to refresh a page?
I don\'t want to redirect to the page or refresh in JavaScript.
Use:
Response.Redirect(Request.RawUrl, true);