Load callback panels from another page into a container (div, span, table cell, etc.).
For example, you can use the next lines:
Client-side update
ob_post.UpdatePanelFromPage("callbackPanel1", "container", "callbackPanels.aspx");
<div id="container" style="border: gray 1px solid;" />