tags:

views:

24

answers:

0

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...

related questions