fletchsod
Programmer
- Dec 16, 2002
- 181
I noticed that when calling ASP.NET's "Response.Redirect()" script effectively prevent the "Sys.WebForms.PageRequestManager.getInstance().add_endRequest()" from firing.
Since Response.Redirect is ASP.NET server-side event while add_endRequest() is ASP.NET Ajax client-send event, so that make sense. So, what is my alternative option (or a workaround to it) to have the add_endRequest() be called before Response.Redirect()?
Thanks...
Since Response.Redirect is ASP.NET server-side event while add_endRequest() is ASP.NET Ajax client-send event, so that make sense. So, what is my alternative option (or a workaround to it) to have the add_endRequest() be called before Response.Redirect()?
Thanks...