我有三个相互依赖的下拉列表,并使用这三个下拉列表显示了网格视图过滤的数据。 (单个下拉过滤器也不起作用),它提供输出,但首先执行其他部分,然后显示输出(意味着在结果显示之后,它首先给出一条消息,例如'No data found'
)
代码是:
<asp:DropDownList ID="DropDownList1" runat="server" class="form-control1 text" AutoPostBack="true" onselectedindexchanged="DropDownList1_SelectedIndexChanged" style= "margin-left: -30px; width: 174px; margin-top: -4px;" > </asp:DropDownList>