Rajesh Pandey

Rajesh Pandey

  • 1.5k
  • 102
  • 3.4k

Bind Dropdownlistfor in mvc

Apr 4 2018 10:20 PM
when I tried to Bind Dropdown List it shows me the error of :
 
'Model' conflicts with the declaration 'System.Web.Mvc.WebViewPage.Model'
 
@Html.DropDownListFor(model=>Model.Statelist1,new SelectList(Model.Statelist1,"StateId", "StateName"),"select state")

Answers (2)