How to refresh the current page in asp.net?

How to refresh the current page in asp.net? I use response.redirect("current.aspx"), but it doesn't work.How to refresh the current page in asp.net? I use response.redirect("current.aspx"), but it doesn't work.

response.redirect(request.url.tostring)

thats it.

why would you need to refresh the page anyway?

- takSo the participants in a forum can see the changes made by other users. I think I am on the wrong track here - what about callbacks?

jake
 
Back
Top