<< Back to the snippet list

Using different UpdateProgress controls for different UpdatePanel controls

Published: 07 May 2008 By Granville Barnett

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

Please login to leave a comment.