On Jul 22, 11:36*am, "Eliyahu Goldin"
<REMOVEALLCAPITALSeEgGoldD...@mMvVpPsS.org> wrote:
> PageAsyncTask and RegisterAsyncTask are used for running multiple tasks.
>
> Look at this blog post from Fritz Onion:http://www.pluralsight.com/community...e/2005/02/14/5...
>
> Follow the links to his previous posts to see the picture better.
>
> --
> Eliyahu Goldin,
> Software Developer
> Microsoft MVP [ASP.NET]http://msmvps.com/blogs/egoldinhttp://usableasp.net
>
> "Varangian" <ofm...@gmail.com> wrote in message
>
> news:5cdee564-4c43-4a8e-8dda-...
>
> > Hi....
>
> > I have a question about AddOnPreRenderCompleteAsynch.......
>
> > my question is what is the difference between the first one and
> > PageAsynchTask and RegisterAsynchTask?
>
> > and when to use AsynchronousPaging and when not?
>
> > Thanks!
Hello, However there must be something else that is different.
When I used the PageAsynchTask the EndMethod of the Asynchronous
Process I had to use Response.Redirect.... however the webserver just
freezes and does nothing...(continuing doing something), while with
AddOnPreRenderCompleteAsynch I didn't had any problems with
Response.Redirect in the EndMethod....
why is this?!
Thanks!