<asp:UpdateProgress ID="UpdateProgress1" runat="server" DisplayAfter="0" DynamicLayout="true"
AssociatedUpdatePanelID="update1">
<ProgressTemplate>
<div class="TransparentGrayBack">
</div>
<div class="Sample5PageUpdate">
<img src="../RadControls/Ajax/Skins/Default/ajax-loader4.gif" alt="" />
</div>
</ProgressTemplate>
</asp:UpdateProgress>
updateprogress を使用しています。そして、それはうまく機能しています。しかし今、ページの読み込み中に更新の進行状況を表示したいと考えています。私が何をすべきか提案してくれませんか。