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")
Prateek SinglaPosted Apr 4, 2018, 10:47 PM
Satish Kumar VadlavalliPosted Apr 5, 2018, 12:45 AM