This example shows how to refresh asp.net page
Simply insert: Response.Redirect(Request.Path()) in the your code behind.
This method is usefull for the user control (*.ascx) that you include in
your pages because it allows to refresh different pages (current page will be
refreshed).
|