Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
we want to bind dropdown though angularjs on selected index change
@Html.DropDownList("Dep_Name", (IEnumerable<SelectListItem>)ViewBag.Dep_Name as SelectList, "Select Department", new { @class = "form-control" })
Posted
Comments
Thanks7872 28-Nov-14 1:27am    
And your question is?

 
Share this answer
 
@Html.DropDownList("Desg_Name", (IEnumerable<selectlistitem>)ViewBag.Desg_Name as SelectList, "Select Designation", new { onchange = "this.form.submit()", @class = "form-control" })
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900