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.
I think this should do the trick (untested):
Page.Response.Redirect(Page.Request.Url.ToString(), true);
2.1m questions
2.1m answers
60 comments
57.0k users