Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have written in my handler to redirect

context.Response.Redirect("iFrameProcessTransition.aspx" + UrlPageParameter, True)

everything is working fine but only problem is it is not refreshed the page like response.redirect

What I have tried:

i have tried abort the thread exception
Posted
Comments
F-ES Sitecore 26-Jun-18 4:54am    
If it does a redirect or not depends on the context in which it's used. We don't know the context where you are using this code so there isn't much advice we can give.
Rakib Ahmed 26-Jun-18 5:10am    
Public Sub ProcessRequest(context As HttpContext) _
Implements IHttpHandler.ProcessRequest

end sub
Rakib Ahmed 26-Jun-18 5:10am    
i have used into this code
Richard Deeming 26-Jun-18 9:37am    
Response.Redirect and context.Response.Redirect are exactly the same method.

What does "not refreshed the page like response.redirect" mean?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900