Eventually I found the following javascript syntax which was much easier and works great
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(foo);
where foo() is the function you want called after the postback is complete. My need for it was that I'm using thickbox to show the contents of the UpdatePanel but the panel was being rendered by thickbox before it was updated, thus it was always behind by one update.


Help
This topic is locked

MultiQuote








