您的位置:首页 > 编程语言 > ASP

Asp/asp.net中下拉列表的N级联动

2006-03-20 12:57 471 查看
<form runat="server">

<asp:DropDownList ID="DDListCountry" runat="server"> </asp:DropDownList>

<asp:DropDownList ID="DDListProvince" runat="server"></asp:DropDownList>

<asp:DropDownList ID="DDListCity" runat="server"></asp:DropDownList>

<asp:DropDownList ID="DDListVillage" runat="server"></asp:DropDownList>

</form>

</script>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: