asp:UpdatePanel を含むページ コンテンツ領域があり、その中にはグリッドビューがあります。そのグリッドビュー内では、各行にボタンと、ページ コンテンツ領域の UpdatePanel にリンクされた UpdateProgress があります。
ボタンのいずれかをクリックすると、すべてが同じ UpdatePanel にリンクされているため、すべての UpdateProgress がトリガーされますが、ボタンの横にあるボタンのみをトリガーしたいと思います。
例:
<asp:UpdatePanel ID="upnlContent" runat="server" UpdateMode="Conditional">
次に、すべてのグリッドビュー行には次のものがあります。
<asp:UpdateProgress ID="uprogrow" runat="server" AssociatedUpdatePanelID="unplContent"
DisplayAfter="0">