I'm not quite sure what you're looking for but it sounds like you need
an async trigger.
<updatePanel id="pnlUp" runat="server">
<contenttemplate>
<!--Stuff -->
</contenttemplate>
<triggers>
<asp:asyncronouspostback controlid="btnPost"
eventname="click" />
</triggers>
</updatepanel>
