Response.Redirect

  • Thread starter Thread starter Ryan Moore
  • Start date Start date
R

Ryan Moore

is there a "new" way of redirecting to a page in ASP.NET (as compared to
ASP)?

to refresh a page, I'm using Response.Redirect(Request.RawUrl);

is that the "advised" way?

thnx
 
Back
Top