AJAX UpdatePanels Challenge

N

Nightcrawler

I have a parent updatepanel with a repeater in it that generates 10
child updatepanels. I have one button that will refresh all these 10
updatepanels.

On the button click I go through the repeateritems, pull some values
from a few literals, pass the values to the webservice and then
refresh that update panel for that repeater item. This means panel 1
is the first one to refresh before I move on to panel 2 and so forth.

This currently works but I have to wait till the loop ends before I
see the refresh. Also, all 10 updatepanels update at once. What I
really want is when the first panel is done refresh it before I move
on to the second one so I can gradually see the result pop up on the
screen instead of waiting till its all done before the refresh
happens.

Is there a way to do this? Can anyone point me in the right direction?

Thanks

Not sure if this is the right group to post AJAX questions but I can't
find any other group.
 

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

Top