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: 235
ASP.NET
Hi,
In asp.net two overload method of Response.Redirect() exist.
Public Sub Redirect ( _ url As String )
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