开发者

Html.DropDownList selected value change

开发者 https://www.devze.com 2023-03-14 11:17 出处:网络
i have 2 html.dropdown list where one bind to xml file and show part and other dropdown show cites of this part .

i have 2 html.dropdown list where one bind to xml file and show part and other dropdown show cites of this part .

now how when change part (change value of first dropdownlist) in other dropdownlist show cites of this part?开发者_高级运维


Populate dropdowns using this tutorial. Make User Controls (partial pages) for dropdowns. Call second partial using ajax on change event of the first dropdown

0

精彩评论

暂无评论...
验证码 换一张
取 消