永远不会调用DropdownListDecks_SelectedIndexChanged
过程。
<asp:DropDownList
ID="DropDownListDecks"
runat="server"
DataSourceID="EntityDataSourceDecks"
DataTextField="DeckName"
viewStateMode="Enabled"
DataValueField="DeckBackImageString"
CausesValidation="True"
onselectedindexchanged="DropDownListDecks_SelectedIndexChanged">
</asp:DropDownList>
答案 0 :(得分:5)
在ASP DropDownList控件中设置autopostback=true
。
答案 1 :(得分:0)
如果你使用mvc框架,那么这不是创建下拉列表的方法。
但是在你的情况下只需将autopostback属性设置为true。
的AutoPostBack = “真”