How should i write Response.Redirect() in asp.net

Posted by Hemant Kothiyal on Stack Overflow See other posts from Stack Overflow or by Hemant Kothiyal
Published on 2010-04-03T09:48:45Z Indexed on 2010/04/03 9:53 UTC
Read the original article Hit count: 210

Filed under:

Hi,

In asp.net two overload method of Response.Redirect() exist.

  1. Public Sub Redirect ( _ url As String )

  2. Public Sub Redirect ( _ url As String, _ endResponse As Boolean _ )

I would like to know the diffrence between these two? and which one should i use?

© Stack Overflow or respective owner

Related posts about ASP.NET