Ajax and call to an external resource.

S

Smith

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
 
B

bruce barker

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)
 
S

Smith

bruce barker said:
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)
Hi Bruce,
My redirect does not stop my animation. I recall that my external ressource
is a genric handle (.ashx file).
I do not know why it is like this.
Thanks
PS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top