该DropdownListDecks_SelectedIndexChanged
过程永远不会被调用。
<asp:DropDownList
ID="DropDownListDecks"
runat="server"
DataSourceID="EntityDataSourceDecks"
DataTextField="DeckName"
viewStateMode="Enabled"
DataValueField="DeckBackImageString"
CausesValidation="True"
onselectedindexchanged="DropDownListDecks_SelectedIndexChanged">
</asp:DropDownList>