if you redirect, the new page will replace the page with animation, so
you do not need to do anything to stop it. one caveat, unlike a
xmlhttprequest, a redirect will normally stop an animation.
-- bruce (sqlwork.com)
Smith wrote:
> Hello,
> My aspx page redirects to a page on an external web site. The external page
> is .ashx.
> I usually display an animation( using update panel and scriptmanager),
> prompting user that some data is being retreived.
> Is there any way i can stop displying my animation when the remote page has
> completed?
>
> Thanks
> PS
>
>
|