vote up 0 vote down star

I have two update panels on one page, and both with UpdateProgress controls on - But whichever one I click... It triggers BOTH update progress controls?? Anyway to stop this so only the updateprogress triggers on the panel the button has been clicked on.

flag

75% accept rate
1  
Did you set both UpdateProgress Control's AssociatedUpdatePanelID's ? – Myra Aug 21 at 11:13
DOH! Thank you I had completely missed that! – leen3o Aug 21 at 11:34

1 Answer

vote up 0 vote down

Plz check this thread, I have the same issue and have solve the problem..

http://stackoverflow.com/questions/1187953/updateprogessbar-is-not-working-when-setting-associatedupdatepanelid

By Design External triggers for an UpdatePanel do not fire an associated UpdateProgress, since the implementation of enabling the UpdateProgress control searches the control hierarchy for the calling control; an external trigger will not be present in the control hierarchy.

link|flag

Your Answer

Get an OpenID
or

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