小编Ala*_*ith的帖子

在DropDownList中触发事件

DropdownListDecks_SelectedIndexChanged永远不会调用该过程.

<asp:DropDownList
        ID="DropDownListDecks"
        runat="server" 
        DataSourceID="EntityDataSourceDecks"
        DataTextField="DeckName"
        viewStateMode="Enabled" 
        DataValueField="DeckBackImageString" 
        CausesValidation="True" 
        onselectedindexchanged="DropDownListDecks_SelectedIndexChanged">
</asp:DropDownList>
Run Code Online (Sandbox Code Playgroud)

asp.net webforms

2
推荐指数
1
解决办法
69
查看次数

标签 统计

asp.net ×1

webforms ×1