is Response.redirect("Page.aspx",false) cause any problem??
is Response.redirect("Page.aspx",false) cause any problem??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Dec 30, 2013, 11:58 PM
Response.Redirect(URL,false) :- Client is redirected to a new page and the current page on the server will keep processing ahead.
Response.Redirect(URL,true) :- Client is redirected to a new page but the processing of the current page is aborted.
refer to this link it well explained there
http://stackoverflow.com/questions/6707465/when-should-i-use-response-redirecturl-true