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")