Ok, problem solved!
Meelis
"Meels Lilbok" <meelis.lilbok@deltmar.ee> kirjutas sõnumis news:
ACFB6AD4-718E-4868-A940-52B5EB289B4B@microsoft.com...
[quoted text, click to view] > Hi
>
> On my web page i have 2 UpdatePanels.
>
> On first UpdatePanel i have a label for time counter
> On second UpdatePanel i have asp:panel with id "panel1" and some
> checkboxes added dynamically on first page load.
>
> Now in timer_tick event i count seconds lets say from 10 to 0.
> When time is 0 i set panel1.enabled=false; and call
> UpdatePanel2.Update();
>
> Problem is after calling Update() method everything inside UpdatePanel2
> turns "invisible"?
>
> Any ideas?
>
>
> Best regards;
> Meelis
>
>
>