问题描述
<asp:ScriptManagerID="ScriptManager1"runat="server"></asp:ScriptManager><asp:UpdatePanelID="UpdatePanel1"runat="server"><ContentTemplate><asp:DropDownListID="ddlcity"runat="server"Visible="False"AutoPostBack="True"onselectedindexchanged="ddlcity_SelectedIndexChanged1"></asp:DropDownList><asp:DropDownListID="ddlarea"runat="server"Visible="False"onselectedindexchanged="ddlarea_SelectedIndexChanged"AutoPostBack="True"></asp:DropDownList><asp:DropDownListID="ddltown"runat="server"Visible="False"></asp:DropDownList></ContentTemplate></asp:UpdatePanel>
解决方案
解决方案二:
什么问题?
解决方案三:
什么情况
解决方案四:
连动无刷新,最好就不要拉什么服务器控件了。。。
解决方案五:
又是这种陈年问题。ajax
解决方案六:
过来看看
解决方案七:
在CS里面写。ddlcity_SelectedIndexChanged1和ddlarea_SelectedIndexChanged里面写数据库查询,然后绑定到相应的Dropdownlist中。。。
时间: 2024-10-24 19:03:18