3
Reply

Unable to access dropdown list selcted value in mvc

Sharad Gupta

Sharad Gupta

Aug 7 2015 2:06 AM
413
i want to access my ddl selecte value in my controller in mvc
 
@Html.DropDownListFor(emp => emp.id1, Model.FooList, new { onchange = "ddListChange()" })
 
 
thanks and regrds
sharad 

Answers (3)