<< Back to the snippet list
Using different UpdateProgress controls for different UpdatePanel controls
One of the scenarios you may encounter several times is when you have several UpdatePanel controls on a page, but having a generic loading animation or visual cue doesn’t really transfer to the user the correct message. For this particular scenario you can actually associate an UpdateProgress control specifically with an UpdatePanel control.
asp.net
UpdatePanel
UpateProgress