Sharad Gupta

Sharad Gupta

  • 98
  • 19.7k
  • 8.6m

Unable to access dropdown list selcted value in mvc

Aug 7 2015 2:06 AM
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)