我使用Visual Studio中的ASPNET MVC 5 2014.1 我有一個裝滿數據從數據庫的組合框:如何填寫與asp.net的MVC阿賈克斯第二組合框
ViewBag.Brans = new SelectList(db.Brans.OrderBy(m => m.Ad), "No", "Ad");
@Html.DropDownList("Brans", null, htmlAttributes: new { @class = "form-control" })
然後我還有一個下拉框。我想從第一個組合框中選擇一個選項後填充該組合框。它就像從第一個組合中選擇國家一樣。那麼城市將出現在第二個。
你們有沒有人知道如何做到這一點?
[mvc cascading dropdownlist](https://www.google.com.au/search?q=mvc+cascading+combobox&oq=mvc+cascading+comb&aqs=chrome.1.69i57j0l5.6604j1j7&sourceid=chrome&espv=2&es_sm=122&ie= UTF-8#q = mvc + cascading + dropdownlist) – 2014-12-19 11:16:56
http://stackoverflow.com/questions/25008617/cascading-dropdownlist-with-mvc5-ajax-c-sharp-and-mssql-server/25009549#25009549 – SBirthare 2014-12-19 11:18:09
who把這個-1 – 2016-02-13 07:26:57