0
我使用DropDownListFor
和我的網頁上的標籤文本。更改標籤更改DropDownListFor值
<%=Html.DropDownListFor(x => x.MotiveClientType,
new SelectList(
Model.ClientMotives, "Id", "Label", Model.MotiveClientType),
new { id = "ddlMotiveClientType" }
)%>
如何在我的DropDownListFor
上選擇值時更改我的標籤?
你的意思是你想改變下拉標籤onclick? – Yasser 2012-08-06 12:29:40