I have 3 UpdatePanels on my page, and 1 UpdateProgress. I'd like it to be associated with 2 of the UpdatePanels but not the third one. The AssociatedUpdatePanelID property only allows for 1 ID, so it's one or all of them. Is there another way?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

As it is right now, you cant do that.

well in fact there is a way, but you will have to do a lot of work to do it...

http://vincexu.blogspot.com/2008/10/how-to-make-modalupdate-progress-bar-on.html

you will find a script in this, the problem is that you will have to decide to show of now show the progress depending of the e.get_postBackElement().id. control by control...

link|improve this answer
Ok, that's what I was afraid of. – Antoine May 5 '10 at 14:51
feedback

just leave the AssociatedUpdatePanelID blank

link|improve this answer
In that case the UpdateProgress is associated with ALL UpdatePanels on the page, which is not what I want. – Antoine May 6 '10 at 9:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.