Hi,
I am working in a form where for better user experience we had to use multiple update panels which work independently to make asynchronous calls and fetch data. I have included progress bars (we are using .NEt 3.5 so i am using controls from the tool box).
This works fine.. but one problem.. on the browser at any point of time only one progress bar seems to be working.. i can see that the process completes without any problem...
But it would be confusing for the user as the user would not see the progress bar for all other update panel controls. Please help me in this respect.
Thanks in advance,
-Pavan
I am working in a form where for better user experience we had to use multiple update panels which work independently to make asynchronous calls and fetch data. I have included progress bars (we are using .NEt 3.5 so i am using controls from the tool box).
This works fine.. but one problem.. on the browser at any point of time only one progress bar seems to be working.. i can see that the process completes without any problem...
But it would be confusing for the user as the user would not see the progress bar for all other update panel controls. Please help me in this respect.
Thanks in advance,
-Pavan
Hi,
I'm not entirely sure I understand what you mean, but have you tried setting the AssociatedUpdatePanelID of the UpdateProgress, to control which panels causes the various progress controls to trigger?
I'm not entirely sure I understand what you mean, but have you tried setting the AssociatedUpdatePanelID of the UpdateProgress, to control which panels causes the various progress controls to trigger?
