Tuesday, May 29, 2007 11:55 PM
Previously, it was not possible to pass update panel reference to updateprogress panel, as a result, it was really hard to implement muliple updateProgress in a page model. In other words, there is no way to associate a panel with a particular progess panel. This thing is now made possible by the addition of an excellent propery in updateProgress control called AssociatedUpdatePanelID. Therefore, in Ajax 1.0, It is possible that i have two different update panel pointed to separte progress panel having different position and design attibute.
Also, in atlas if i want to place a progress panel inside a switching panel (programmatically switches visibility on user action), then i had to put a dummy reference to the progress panel during its visible=false state, which is now also, managed by framework. Really makes me say "WOW".