且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

dropdownlist根据第一个下拉列表中的选择显示和初始化

更新时间:2022-12-09 16:28:52

如果你用google搜索它而不是张贴你就会很容易找到它。

试试这个链接 b $ b

基于其他下拉列表绑定下拉列表 [ ^ ]


i am asking a very basic question. i have a 1 dropdownlist for country name, 2nd dropdownlist for state will be visible only after selection of 1st drop down list and 2nd list show the state list based on country name according to 1st list as example
country name list having India, USA, nepal etc . if i select india than 2nd dropdown list display indian state, if select USA than display USA state name and so on. i hope question is clear.

If you have googled it rather posting you would have find it easily :)
Try this link

Bind dropdown based on other drop down[^]