Skip to main content

Refresh current page with C#

Very simple:
Response.Redirect(Request.RawUrl);

Comments