You want the MS AJAX forum at the asp.net site. This is for C# language
issues. Failing that, you could try the asp.net newsgroup.
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com
"Nightcrawler" wrote:
> 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.
>
>