我有一个带有asp:UpdatePanel 的页面内容区域,里面是一个gridview。在该gridview 中,每一行都有一个按钮和一个UpdateProgress,该UpdateProgress 链接到页面内容区域的UpdatePanel。
它按预期工作,如果您单击任何按钮,所有 UpdateProgress 都会触发,因为它们都链接到同一个 UpdatePanel,但是我只想触发按钮旁边的那个。
例子:
<asp:UpdatePanel ID="upnlContent" runat="server" UpdateMode="Conditional">
然后每个gridview行都有一个:
<asp:UpdateProgress ID="uprogrow" runat="server" AssociatedUpdatePanelID="unplContent"
DisplayAfter="0">