Late,
How can I do to call the OnSelectionChanged event of a DDL using MVC?
I have the following DDL:
@Html.DropDownListFor(model => model.Type, ViewBag.Type as SelectList, "-- Select --", new { id = "ddlType", onchange = "onchange()"...
asked by
20.05.2015 / 20:34