Hi!
I am facing a peculiar issue.
I have four update panels in an aspx page and each contains a Timer with Interval increasing by 1 millisecond, each inside a webpart.
The issue is the first timer is triggering correctly but when the 2nd timer is triggered then it is triggering the previous webpart then the content of the second.
As a whole I observed that every timer is triggering the whole page and the whole page load is getting.
I need an urgent solution for this problem.