多个Web控件可触发一个更新面板

时间:2016-12-31 11:28:05

标签: c# asp.net gridview updatepanel

我有三个网页控件,必须更新更新面板内的网格视图。

标记是这样的:

<asp:DropDown></asp:DropDown>
<asp:Button></asp:Button>
<asp:DropDown></asp:DropDown>
<asp:UpdatePanel>
<asp:Gridview></asp:Gridview>
</asp:UpdatePanel>

我无法在第一个下拉列表之前放置updatepanel,因为我已经使用了bootstrap datepicker,如果我将updatepanel放在开头,那么行为不正常。

0 个答案:

没有答案