Hi,

I have four repeaters, that are al independant to each other. They all bind via web services on page load and then display the results.

There is a noticeable delay however and I would like to know how to achieve the following if possible.

On page load I want to begin asynchrously binding the repeaters so that as soon as the first one is bound, its result display and then the next starts binding.

I looked at update panels but from what I have read they do not have a page load trigger.

Could anyone help?

Ta Dave