Daniel O.Farias, blxx mano.
pode fazer assim:
<asp:UpdateProgress runat="server" ID="TESTE" DisplayAfter="1">
<ProgressTemplate>
<div runat="server" style="height: 35px">
<asp:Label ID="Label3" runat="server" Text="CARREGANDO... " Font-Size="11pt" Font-Names="Arial"></asp:Label>
</div>
</ProgressTemplate>
</asp:UpdateProgress>
<asp:UpdatePanel runat="server">
<ContentTemplate>
<!-- Seu conteudo da sua pagina !-->
</ContentTemplate>
</asp:UpdatePanel>
dessa forma ele ficara aguardando até que vc tenha o retorno !!!
Se ajudou marque como resposta blxx :)
Diego Almeida Barreto System Analyst / Software Developer