I have an asp.net page with three ajax updatepanels. in each panel there are some controls and each updatepanel as an ajax update progress control. first updatepanel has a dropdown which has autopostback = true. second and third updatepanels has this dropdown as asynpostback trigger. When I change selection in dropdown, only first updateprogress loading image appears while others don’t appear.
How can I fix it ?
Try to change the
UpdateMode="Conditional"in Update panel.Example
I have other user controls with UpdatePanel & Progress bar i trap the source for ascy postback & accordingly hide or show the Progress bar. Hope this will be of help.. But you may need to work on it