ASP.NET UpdateProgress template does not disapper when panel in UpdatePanel has display set to none

Posted by Greg Balajewicz on Stack Overflow See other posts from Stack Overflow or by Greg Balajewicz
Published on 2010-05-31T20:40:08Z Indexed on 2010/05/31 20:43 UTC
Read the original article Hit count: 309

Filed under:

I am using very simple code where I have a update panel with some panels inside and a submit button.

On submit, i hide one of the panels using this code: panel.Style.Add("display", "none");

I am also using a UpdateProgress which works great in all but this case. When i set the display to none using this code, the UpdateProgress template does not disappear! remove the line, all is well ....

No idea why...

© Stack Overflow or respective owner

Related posts about asp.net-ajax