Can UpdateProgress be associated with many UpdatePanels, but not all?

I have 3 UpdatePanels

on my page and 1 UpdateProgress

. I would like it to be related to 2 of UpdatePanels

, but not the third. The property AssociatedUpdatePanelID

only accepts 1 identifier. So, this is one or all of them. Is there another way?

+2


a source to share


2 answers


As now, you cannot do this.

well there is actually a way, but you 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 find a script in this, the problem is that you will need to decide to show showing progress depending on e.get_postBackElement (). id. control by control ...

0


a source


just leave message AssociatedUpdatePanelID



-1


a source







All Articles