Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Ajax and call to an external resource.

Reply
Thread Tools

Ajax and call to an external resource.

 
 
Smith
Guest
Posts: n/a
 
      09-13-2007

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


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      09-13-2007
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
>
>

 
Reply With Quote
 
 
 
 
Smith
Guest
Posts: n/a
 
      09-13-2007

"bruce barker" <> wrote in message
news:...
> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function call fail to external script referred by page loaded with Ajax lovecreatesbeauty Javascript 2 07-20-2011 10:18 AM
Ajax en the Form_load event and Ajax in serveruser controls =?Utf-8?B?VG9u?= ASP .Net 2 06-22-2007 09:16 AM
ASP.NET and AJAX: JavaScript files from the Microsoft AJAX Library Nathan Sokalski ASP .Net 2 06-02-2007 12:07 AM
AJAX IDE and AJAX TOOL--The Release of JoyiStar AJAX WebShop 3 Beta minnie Java 1 12-13-2006 06:29 AM
unresolved external symbol/using an external dll Scott Allen C++ 8 05-02-2004 06:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57