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.
A:
Plz check this thread, I have the same issue and have solve the problem..
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.
Muhammad Akhtar
2009-08-21 11:40:11
A:
Changing the UpdateMode property on each UpdatePanel to Conditional might help.
Updatemode="Conditional"
João Guilherme
2010-02-08 16:51:05