2
Answers

Bind Dropdownlistfor in mvc

Rajesh Pandey

Rajesh Pandey

6y
765
1
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)