Re: Please Wait Image Control
- From: "MattC" <m@xxxxx>
- Date: Thu, 10 May 2007 11:36:51 +0100
Is it possible you could give me an example of the calling code. Can you
set multiple update panels to trigger when a page loads? I'm not sure how
to implement your suggestion.
TIA
MattC
"Siva M" <shiva_sm@xxxxxxxxxxxxxxxxx> wrote in message
news:42819997-E061-4EED-B60D-C1F0132AF8A6@xxxxxxxxxxxxxxxx
Yes, it is tied to UpdatePanel. I assume you would use one for dynamic
image
fetching from your web service?
"MattC" wrote:
Doesn't the UpdateProgress control fire in reaction to an UpdatePanels
postback event?
The UpdatePanel wont be posting back as the code to get the image is set.
MattC
"Siva M" <shiva_sm@xxxxxxxxxxxxxxxxx> wrote in message
news:216908F6-263D-48BA-8AB2-B7D887D58C43@xxxxxxxxxxxxxxxx
ASP.NET AJAX has support for both 'in progress' indication as well as
connecting to web services. For UpdateProgress see
http://ajax.asp.net/docs/tutorials/IntroductionUpdateProgress.aspx
For web service interaction from ASP.NET AJAX:
http://ajax.asp.net/docs/tutorials/ASPNETAJAXWebServicesTutorials.aspx
Hope this helps?
"MattC" wrote:
Hi,
I have a webservice that returns a byte[] for an image. I'd like to
disaplay an image while the webservice is being contacted and then
once
the
byte[] is available show that and remove the please wait image.
I was thinking of trying to use the CallBack mechanism but wondered if
AJAX
would be better suited.
I'd really just appreciate some ideas on how this could be acheived.
I'll
need to do this many times on a page hence why I want to make each
call
asychronous.
TIA
MattC
.
- References:
- Please Wait Image Control
- From: MattC
- Re: Please Wait Image Control
- From: MattC
- Please Wait Image Control
- Prev by Date: Re: How to get data from 2 different databses?
- Next by Date: Re: Session State
- Previous by thread: Re: Please Wait Image Control
- Next by thread: Re: Please Wait Image Control
- Index(es):
Relevant Pages
|