Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restart loading page on server

Status
Not open for further replies.

GMX

Programmer
Mar 21, 2003
33
US
Is there a way to restart processing the request on the server as in re-instantiate the webpage object.
 
If I understand you correctly, you just want to reload a page? If so, then you can use the html meta tags or a simple Response.Redirect. If you don't mean this, please clarify your question.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Ya, i meant this:

// Refresh the page by redirecting the request to the same URL.
this.Page.Response.Redirect(this.Page.Request.RawUrl, false);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top