M
Meels Lilbok
Hi
On my web page i have 2 UpdatePanels.
On first UpdatePanel i have a label for time counter
On second UpdatePanel i have aspanel 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
On my web page i have 2 UpdatePanels.
On first UpdatePanel i have a label for time counter
On second UpdatePanel i have aspanel 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