ASP.NET/AJAX - Web user control update panel triggering from outside
- by Julian
Hi,
I've got an web user control with an updatepanel. On my mainpage I got like 3 of those controls. Now I want to have an timer in the mainpage which would trigger the updatepanels in the web user controls.
How can I manage this?
Thanks in advance.