gpt4 book ai didi

c# - 当我使用 DropDownList1_SelectedIndexChanged 作为 UpDatePanel 的触发器时,它不起作用

转载 作者:行者123 更新时间:2023-11-30 17:05:26 25 4
gpt4 key购买 nike

提示是“DropDownList1”没有找到“DropDownList1_SelectedIndexChanged”

</asp:ScriptManager>

<asp:UpdatePanel ID="UpdatePanel1" runat="server">

<ContentTemplate>

<asp:DropDownList ID="DropDownList1" runat="server"

onselectedindexchanged="DropDownList1_SelectedIndexChanged">

<asp:ListItem>1</asp:ListItem>

</asp:DropDownList>

</ContentTemplate>

<Triggers>

<asp:AsyncPostBackTrigger ControlID="DropDownList1" EventName="DropDownList1_SelectedIndexChanged" />

</Triggers>

请告诉我如何让它工作!

最佳答案

你需要 AutoPostBack=True

<asp:DropDownList ID="DropDownList1" runat="server"  AutoPostBack="True"   
onselectedindexchanged="DropDownList1_SelectedIndexChanged">

关于c# - 当我使用 DropDownList1_SelectedIndexChanged 作为 UpDatePanel 的触发器时,它不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16555562/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com